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 = 2131362724;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362724);
if (checkedSetting != null) {
i = 2131362725;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362725);
if (checkedSetting2 != null) {
i = 2131362726;
TextView textView = (TextView) view.findViewById(2131362726);
if (textView != null) {
i = 2131362727;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131362727);
if (checkedSetting3 != null) {
i = 2131362728;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131362728);
if (checkedSetting4 != null) {
i = 2131362896;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362896);
if (dimmerView != null) {
i = 2131364430;
TextView textView2 = (TextView) view.findViewById(2131364430);
if (textView2 != null) {
i = 2131364863;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364863);
if (checkedSetting5 != null) {
i = 2131364864;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364864);
if (linearLayout != null) {
i = 2131364865;
TextView textView3 = (TextView) view.findViewById(2131364865);
if (textView3 != null) {
i = 2131364866;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364866);
if (linearLayout2 != null) {
i = 2131364867;
TextView textView4 = (TextView) view.findViewById(2131364867);
if (textView4 != null) {
i = 2131364868;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131364868);
if (checkedSetting6 != null) {
i = 2131364871;
TextView textView5 = (TextView) view.findViewById(2131364871);
if (textView5 != null) {
i = 2131364872;
CheckedSetting checkedSetting7 = (CheckedSetting) view.findViewById(2131364872);
if (checkedSetting7 != null) {
i = 2131364873;
CheckedSetting checkedSetting8 = (CheckedSetting) view.findViewById(2131364873);
if (checkedSetting8 != null) {
i = 2131364874;
CheckedSetting checkedSetting9 = (CheckedSetting) view.findViewById(2131364874);
if (checkedSetting9 != null) {
i = 2131364875;
CheckedSetting checkedSetting10 = (CheckedSetting) view.findViewById(2131364875);
if (checkedSetting10 != null) {
i = 2131364876;
CheckedSetting checkedSetting11 = (CheckedSetting) view.findViewById(2131364876);
if (checkedSetting11 != null) {
i = 2131364877;
CheckedSetting checkedSetting12 = (CheckedSetting) view.findViewById(2131364877);
if (checkedSetting12 != null) {
i = 2131364878;
TextView textView6 = (TextView) view.findViewById(2131364878);
if (textView6 != null) {
i = 2131364879;
CheckedSetting checkedSetting13 = (CheckedSetting) view.findViewById(2131364879);
if (checkedSetting13 != null) {
i = 2131364880;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364880);
if (materialButton != null) {
i = 2131364881;
TextView textView7 = (TextView) view.findViewById(2131364881);
if (textView7 != null) {
i = 2131364882;
CheckedSetting checkedSetting14 = (CheckedSetting) view.findViewById(2131364882);
if (checkedSetting14 != null) {
i = 2131364883;
CheckedSetting checkedSetting15 = (CheckedSetting) view.findViewById(2131364883);
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)));
}
}