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

74 lines
4.2 KiB
Java

package com.discord.widgets.settings;
import android.view.View;
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 = 2131361990;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131361990);
if (checkedSetting != null) {
i = 2131362702;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362702);
if (checkedSetting2 != null) {
i = 2131362703;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362703);
if (linkifiedTextView != null) {
i = 2131365000;
TextView textView = (TextView) view.findViewById(2131365000);
if (textView != null) {
i = 2131365001;
TextView textView2 = (TextView) view.findViewById(2131365001);
if (textView2 != null) {
i = 2131365002;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131365002);
if (checkedSetting3 != null) {
i = 2131365003;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131365003);
if (checkedSetting4 != null) {
i = 2131365004;
TextView textView3 = (TextView) view.findViewById(2131365004);
if (textView3 != null) {
i = 2131365005;
TextView textView4 = (TextView) view.findViewById(2131365005);
if (textView4 != null) {
i = 2131365006;
TextView textView5 = (TextView) view.findViewById(2131365006);
if (textView5 != null) {
i = 2131365007;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131365007);
if (checkedSetting5 != null) {
i = 2131365241;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131365241);
if (checkedSetting6 != null) {
return new WidgetSettingsMediaBinding((CoordinatorLayout) view, checkedSetting, checkedSetting2, linkifiedTextView, textView, textView2, checkedSetting3, checkedSetting4, textView3, textView4, textView5, checkedSetting5, checkedSetting6);
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}