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 = 2131362756;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362756);
if (checkedSetting != null) {
i = 2131362757;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131362757);
if (checkedSetting2 != null) {
i = 2131362758;
TextView textView = (TextView) view.findViewById(2131362758);
if (textView != null) {
i = 2131362759;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131362759);
if (checkedSetting3 != null) {
i = 2131362760;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131362760);
if (checkedSetting4 != null) {
i = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
if (dimmerView != null) {
i = 2131364530;
TextView textView2 = (TextView) view.findViewById(2131364530);
if (textView2 != null) {
i = 2131364977;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364977);
if (checkedSetting5 != null) {
i = 2131364978;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364978);
if (linearLayout != null) {
i = 2131364979;
TextView textView3 = (TextView) view.findViewById(2131364979);
if (textView3 != null) {
i = 2131364980;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364980);
if (linearLayout2 != null) {
i = 2131364981;
TextView textView4 = (TextView) view.findViewById(2131364981);
if (textView4 != null) {
i = 2131364982;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131364982);
if (checkedSetting6 != null) {
i = 2131364985;
TextView textView5 = (TextView) view.findViewById(2131364985);
if (textView5 != null) {
i = 2131364986;
CheckedSetting checkedSetting7 = (CheckedSetting) view.findViewById(2131364986);
if (checkedSetting7 != null) {
i = 2131364987;
CheckedSetting checkedSetting8 = (CheckedSetting) view.findViewById(2131364987);
if (checkedSetting8 != null) {
i = 2131364988;
CheckedSetting checkedSetting9 = (CheckedSetting) view.findViewById(2131364988);
if (checkedSetting9 != null) {
i = 2131364989;
CheckedSetting checkedSetting10 = (CheckedSetting) view.findViewById(2131364989);
if (checkedSetting10 != null) {
i = 2131364990;
CheckedSetting checkedSetting11 = (CheckedSetting) view.findViewById(2131364990);
if (checkedSetting11 != null) {
i = 2131364991;
CheckedSetting checkedSetting12 = (CheckedSetting) view.findViewById(2131364991);
if (checkedSetting12 != null) {
i = 2131364992;
TextView textView6 = (TextView) view.findViewById(2131364992);
if (textView6 != null) {
i = 2131364993;
CheckedSetting checkedSetting13 = (CheckedSetting) view.findViewById(2131364993);
if (checkedSetting13 != null) {
i = 2131364994;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364994);
if (materialButton != null) {
i = 2131364995;
TextView textView7 = (TextView) view.findViewById(2131364995);
if (textView7 != null) {
i = 2131364996;
CheckedSetting checkedSetting14 = (CheckedSetting) view.findViewById(2131364996);
if (checkedSetting14 != null) {
i = 2131364997;
CheckedSetting checkedSetting15 = (CheckedSetting) view.findViewById(2131364997);
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)));
}
}