discord-jadx/app/src/main/java/com/discord/widgets/debugging/WidgetFatalCrash$binding$2....

54 lines
2.5 KiB
Java

package com.discord.widgets.debugging;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.ScrollView;
import android.widget.TextView;
import com.discord.databinding.WidgetFatalCrashBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetFatalCrash.kt */
public final /* synthetic */ class WidgetFatalCrash$binding$2 extends k implements Function1<View, WidgetFatalCrashBinding> {
public static final WidgetFatalCrash$binding$2 INSTANCE = new WidgetFatalCrash$binding$2();
public WidgetFatalCrash$binding$2() {
super(1, WidgetFatalCrashBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetFatalCrashBinding;", 0);
}
public final WidgetFatalCrashBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363162;
TextView textView = (TextView) view.findViewById(2131363162);
if (textView != null) {
i = 2131363163;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363163);
if (linearLayout != null) {
i = 2131363164;
TextView textView2 = (TextView) view.findViewById(2131363164);
if (textView2 != null) {
i = 2131363165;
TextView textView3 = (TextView) view.findViewById(2131363165);
if (textView3 != null) {
i = 2131363166;
TextView textView4 = (TextView) view.findViewById(2131363166);
if (textView4 != null) {
i = 2131363167;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131363167);
if (linkifiedTextView != null) {
i = 2131363168;
TextView textView5 = (TextView) view.findViewById(2131363168);
if (textView5 != null) {
return new WidgetFatalCrashBinding((ScrollView) view, textView, linearLayout, textView2, textView3, textView4, linkifiedTextView, textView5);
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}