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 = 2131362758;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362758);
if (checkedSetting != null) {
i = 2131362759;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362759);
if (checkedSetting2 != null) {
i = 2131362760;
TextView textView = (TextView) view.findViewById(2131362760);
if (textView != null) {
i = 2131362761;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131362761);
if (checkedSetting3 != null) {
i = 2131362762;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131362762);
if (checkedSetting4 != null) {
i = 2131362932;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362932);
if (dimmerView != null) {
i = 2131364518;
TextView textView2 = (TextView) view.findViewById(2131364518);
if (textView2 != null) {
i = 2131364965;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364965);
if (checkedSetting5 != null) {
i = 2131364966;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364966);
if (linearLayout != null) {
i = 2131364967;
TextView textView3 = (TextView) view.findViewById(2131364967);
if (textView3 != null) {
i = 2131364968;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364968);
if (linearLayout2 != null) {
i = 2131364969;
TextView textView4 = (TextView) view.findViewById(2131364969);
if (textView4 != null) {
i = 2131364970;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131364970);
if (checkedSetting6 != null) {
i = 2131364973;
TextView textView5 = (TextView) view.findViewById(2131364973);
if (textView5 != null) {
i = 2131364974;
CheckedSetting checkedSetting7 = (CheckedSetting) view.findViewById(2131364974);
if (checkedSetting7 != null) {
i = 2131364975;
CheckedSetting checkedSetting8 = (CheckedSetting) view.findViewById(2131364975);
if (checkedSetting8 != null) {
i = 2131364976;
CheckedSetting checkedSetting9 = (CheckedSetting) view.findViewById(2131364976);
if (checkedSetting9 != null) {
i = 2131364977;
CheckedSetting checkedSetting10 = (CheckedSetting) view.findViewById(2131364977);
if (checkedSetting10 != null) {
i = 2131364978;
CheckedSetting checkedSetting11 = (CheckedSetting) view.findViewById(2131364978);
if (checkedSetting11 != null) {
i = 2131364979;
CheckedSetting checkedSetting12 = (CheckedSetting) view.findViewById(2131364979);
if (checkedSetting12 != null) {
i = 2131364980;
TextView textView6 = (TextView) view.findViewById(2131364980);
if (textView6 != null) {
i = 2131364981;
CheckedSetting checkedSetting13 = (CheckedSetting) view.findViewById(2131364981);
if (checkedSetting13 != null) {
i = 2131364982;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364982);
if (materialButton != null) {
i = 2131364983;
TextView textView7 = (TextView) view.findViewById(2131364983);
if (textView7 != null) {
i = 2131364984;
CheckedSetting checkedSetting14 = (CheckedSetting) view.findViewById(2131364984);
if (checkedSetting14 != null) {
i = 2131364985;
CheckedSetting checkedSetting15 = (CheckedSetting) view.findViewById(2131364985);
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)));
}
}