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 = 2131362279;
TextView textView = (TextView) view.findViewById(2131362279);
if (textView != null) {
i = 2131363986;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363986);
if (linearLayout != null) {
i = 2131364040;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364040);
if (linearLayout2 != null) {
i = 2131364041;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131364041);
if (frameLayout != null) {
i = 2131364042;
TextView textView2 = (TextView) view.findViewById(2131364042);
if (textView2 != null) {
i = 2131364043;
TextView textView3 = (TextView) view.findViewById(2131364043);
if (textView3 != null) {
i = 2131364101;
TextView textView4 = (TextView) view.findViewById(2131364101);
if (textView4 != null) {
i = 2131364102;
TextView textView5 = (TextView) view.findViewById(2131364102);
if (textView5 != null) {
i = 2131364103;
TextView textView6 = (TextView) view.findViewById(2131364103);
if (textView6 != null) {
i = 2131364104;
TextView textView7 = (TextView) view.findViewById(2131364104);
if (textView7 != null) {
i = 2131364107;
TextView textView8 = (TextView) view.findViewById(2131364107);
if (textView8 != null) {
i = 2131365133;
TextView textView9 = (TextView) view.findViewById(2131365133);
if (textView9 != null) {
i = 2131365286;
TextView textView10 = (TextView) view.findViewById(2131365286);
if (textView10 != null) {
i = 2131365339;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131365339);
if (linearLayout3 != null) {
i = 2131365340;
TextView textView11 = (TextView) view.findViewById(2131365340);
if (textView11 != null) {
i = 2131365341;
TextView textView12 = (TextView) view.findViewById(2131365341);
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)));
}
}