discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetSettingsPrivacy$bindi...

132 lines
11 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.WidgetSettingsPrivacyBinding;
import com.discord.utilities.dimmer.DimmerView;
import com.discord.views.CheckedSetting;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsPrivacy.kt */
public final /* synthetic */ class WidgetSettingsPrivacy$binding$2 extends k implements Function1<View, WidgetSettingsPrivacyBinding> {
public static final WidgetSettingsPrivacy$binding$2 INSTANCE = new WidgetSettingsPrivacy$binding$2();
public WidgetSettingsPrivacy$binding$2() {
super(1, WidgetSettingsPrivacyBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsPrivacyBinding;", 0);
}
public final WidgetSettingsPrivacyBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362748;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362748);
if (checkedSetting != null) {
i = 2131362749;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362749);
if (checkedSetting2 != null) {
i = 2131362750;
TextView textView = (TextView) view.findViewById(2131362750);
if (textView != null) {
i = 2131362751;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131362751);
if (checkedSetting3 != null) {
i = 2131362752;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131362752);
if (checkedSetting4 != null) {
i = 2131362921;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362921);
if (dimmerView != null) {
i = 2131364468;
TextView textView2 = (TextView) view.findViewById(2131364468);
if (textView2 != null) {
i = 2131364912;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364912);
if (checkedSetting5 != null) {
i = 2131364913;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364913);
if (linearLayout != null) {
i = 2131364914;
TextView textView3 = (TextView) view.findViewById(2131364914);
if (textView3 != null) {
i = 2131364915;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364915);
if (linearLayout2 != null) {
i = 2131364916;
TextView textView4 = (TextView) view.findViewById(2131364916);
if (textView4 != null) {
i = 2131364917;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131364917);
if (checkedSetting6 != null) {
i = 2131364920;
TextView textView5 = (TextView) view.findViewById(2131364920);
if (textView5 != null) {
i = 2131364921;
CheckedSetting checkedSetting7 = (CheckedSetting) view.findViewById(2131364921);
if (checkedSetting7 != null) {
i = 2131364922;
CheckedSetting checkedSetting8 = (CheckedSetting) view.findViewById(2131364922);
if (checkedSetting8 != null) {
i = 2131364923;
CheckedSetting checkedSetting9 = (CheckedSetting) view.findViewById(2131364923);
if (checkedSetting9 != null) {
i = 2131364924;
CheckedSetting checkedSetting10 = (CheckedSetting) view.findViewById(2131364924);
if (checkedSetting10 != null) {
i = 2131364925;
CheckedSetting checkedSetting11 = (CheckedSetting) view.findViewById(2131364925);
if (checkedSetting11 != null) {
i = 2131364926;
CheckedSetting checkedSetting12 = (CheckedSetting) view.findViewById(2131364926);
if (checkedSetting12 != null) {
i = 2131364927;
TextView textView6 = (TextView) view.findViewById(2131364927);
if (textView6 != null) {
i = 2131364928;
CheckedSetting checkedSetting13 = (CheckedSetting) view.findViewById(2131364928);
if (checkedSetting13 != null) {
i = 2131364929;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364929);
if (materialButton != null) {
i = 2131364930;
TextView textView7 = (TextView) view.findViewById(2131364930);
if (textView7 != null) {
i = 2131364931;
CheckedSetting checkedSetting14 = (CheckedSetting) view.findViewById(2131364931);
if (checkedSetting14 != null) {
i = 2131364932;
CheckedSetting checkedSetting15 = (CheckedSetting) view.findViewById(2131364932);
if (checkedSetting15 != null) {
return new WidgetSettingsPrivacyBinding((CoordinatorLayout) view, checkedSetting, checkedSetting2, textView, checkedSetting3, checkedSetting4, dimmerView, textView2, checkedSetting5, linearLayout, textView3, linearLayout2, textView4, checkedSetting6, textView5, checkedSetting7, checkedSetting8, checkedSetting9, checkedSetting10, checkedSetting11, checkedSetting12, textView6, checkedSetting13, materialButton, textView7, checkedSetting14, checkedSetting15);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}