discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetMuteSettingsSheet$bin...

90 lines
5.5 KiB
Java

package com.discord.widgets.settings;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetMuteSettingsSheetBinding;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetMuteSettingsSheet.kt */
public final /* synthetic */ class WidgetMuteSettingsSheet$binding$2 extends k implements Function1<View, WidgetMuteSettingsSheetBinding> {
public static final WidgetMuteSettingsSheet$binding$2 INSTANCE = new WidgetMuteSettingsSheet$binding$2();
public WidgetMuteSettingsSheet$binding$2() {
super(1, WidgetMuteSettingsSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMuteSettingsSheetBinding;", 0);
}
public final WidgetMuteSettingsSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362294;
TextView textView = (TextView) view.findViewById(2131362294);
if (textView != null) {
i = 2131364073;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364073);
if (linearLayout != null) {
i = 2131364129;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364129);
if (linearLayout2 != null) {
i = 2131364130;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131364130);
if (frameLayout != null) {
i = 2131364131;
TextView textView2 = (TextView) view.findViewById(2131364131);
if (textView2 != null) {
i = 2131364132;
TextView textView3 = (TextView) view.findViewById(2131364132);
if (textView3 != null) {
i = 2131364190;
TextView textView4 = (TextView) view.findViewById(2131364190);
if (textView4 != null) {
i = 2131364191;
TextView textView5 = (TextView) view.findViewById(2131364191);
if (textView5 != null) {
i = 2131364192;
TextView textView6 = (TextView) view.findViewById(2131364192);
if (textView6 != null) {
i = 2131364193;
TextView textView7 = (TextView) view.findViewById(2131364193);
if (textView7 != null) {
i = 2131364196;
TextView textView8 = (TextView) view.findViewById(2131364196);
if (textView8 != null) {
i = 2131365243;
TextView textView9 = (TextView) view.findViewById(2131365243);
if (textView9 != null) {
i = 2131365400;
TextView textView10 = (TextView) view.findViewById(2131365400);
if (textView10 != null) {
i = 2131365456;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131365456);
if (linearLayout3 != null) {
i = 2131365457;
TextView textView11 = (TextView) view.findViewById(2131365457);
if (textView11 != null) {
i = 2131365458;
TextView textView12 = (TextView) view.findViewById(2131365458);
if (textView12 != null) {
return new WidgetMuteSettingsSheetBinding((NestedScrollView) view, textView, linearLayout, linearLayout2, frameLayout, textView2, textView3, textView4, textView5, textView6, textView7, textView8, textView9, textView10, linearLayout3, textView11, textView12);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}