discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetSettingsMedia$binding...

79 lines
4.6 KiB
Java

package com.discord.widgets.settings;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetSettingsMediaBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.CheckedSetting;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsMedia.kt */
public final /* synthetic */ class WidgetSettingsMedia$binding$2 extends k implements Function1<View, WidgetSettingsMediaBinding> {
public static final WidgetSettingsMedia$binding$2 INSTANCE = new WidgetSettingsMedia$binding$2();
public WidgetSettingsMedia$binding$2() {
super(1, WidgetSettingsMediaBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsMediaBinding;", 0);
}
public final WidgetSettingsMediaBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131361984;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131361984);
if (checkedSetting != null) {
i = 2131362694;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362694);
if (checkedSetting2 != null) {
i = 2131362695;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362695);
if (linkifiedTextView != null) {
i = 2131364935;
TextView textView = (TextView) view.findViewById(2131364935);
if (textView != null) {
i = 2131364936;
TextView textView2 = (TextView) view.findViewById(2131364936);
if (textView2 != null) {
i = 2131364937;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364937);
if (checkedSetting3 != null) {
i = 2131364938;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131364938);
if (checkedSetting4 != null) {
i = 2131364939;
TextView textView3 = (TextView) view.findViewById(2131364939);
if (textView3 != null) {
i = 2131364940;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364940);
if (linearLayout != null) {
i = 2131364941;
TextView textView4 = (TextView) view.findViewById(2131364941);
if (textView4 != null) {
i = 2131364942;
TextView textView5 = (TextView) view.findViewById(2131364942);
if (textView5 != null) {
i = 2131364943;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364943);
if (checkedSetting5 != null) {
i = 2131365175;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131365175);
if (checkedSetting6 != null) {
return new WidgetSettingsMediaBinding((CoordinatorLayout) view, checkedSetting, checkedSetting2, linkifiedTextView, textView, textView2, checkedSetting3, checkedSetting4, textView3, linearLayout, textView4, textView5, checkedSetting5, checkedSetting6);
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}