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 = 2131362670;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362670);
if (checkedSetting2 != null) {
i = 2131362671;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362671);
if (linkifiedTextView != null) {
i = 2131364885;
TextView textView = (TextView) view.findViewById(2131364885);
if (textView != null) {
i = 2131364886;
TextView textView2 = (TextView) view.findViewById(2131364886);
if (textView2 != null) {
i = 2131364887;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364887);
if (checkedSetting3 != null) {
i = 2131364888;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131364888);
if (checkedSetting4 != null) {
i = 2131364889;
TextView textView3 = (TextView) view.findViewById(2131364889);
if (textView3 != null) {
i = 2131364890;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364890);
if (linearLayout != null) {
i = 2131364891;
TextView textView4 = (TextView) view.findViewById(2131364891);
if (textView4 != null) {
i = 2131364892;
TextView textView5 = (TextView) view.findViewById(2131364892);
if (textView5 != null) {
i = 2131364893;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364893);
if (checkedSetting5 != null) {
i = 2131365120;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131365120);
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)));
}
}