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 = 2131362290;
TextView textView = (TextView) view.findViewById(2131362290);
if (textView != null) {
i = 2131364027;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364027);
if (linearLayout != null) {
i = 2131364083;
LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364083);
if (linearLayout2 != null) {
i = 2131364084;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131364084);
if (frameLayout != null) {
i = 2131364085;
TextView textView2 = (TextView) view.findViewById(2131364085);
if (textView2 != null) {
i = 2131364086;
TextView textView3 = (TextView) view.findViewById(2131364086);
if (textView3 != null) {
i = 2131364144;
TextView textView4 = (TextView) view.findViewById(2131364144);
if (textView4 != null) {
i = 2131364145;
TextView textView5 = (TextView) view.findViewById(2131364145);
if (textView5 != null) {
i = 2131364146;
TextView textView6 = (TextView) view.findViewById(2131364146);
if (textView6 != null) {
i = 2131364147;
TextView textView7 = (TextView) view.findViewById(2131364147);
if (textView7 != null) {
i = 2131364150;
TextView textView8 = (TextView) view.findViewById(2131364150);
if (textView8 != null) {
i = 2131365188;
TextView textView9 = (TextView) view.findViewById(2131365188);
if (textView9 != null) {
i = 2131365341;
TextView textView10 = (TextView) view.findViewById(2131365341);
if (textView10 != null) {
i = 2131365397;
LinearLayout linearLayout3 = (LinearLayout) view.findViewById(2131365397);
if (linearLayout3 != null) {
i = 2131365398;
TextView textView11 = (TextView) view.findViewById(2131365398);
if (textView11 != null) {
i = 2131365399;
TextView textView12 = (TextView) view.findViewById(2131365399);
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)));
}
}