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 = 2131363218;
TextView textView = (TextView) view.findViewById(2131363218);
if (textView != null) {
i = 2131363219;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363219);
if (linearLayout != null) {
i = 2131363220;
TextView textView2 = (TextView) view.findViewById(2131363220);
if (textView2 != null) {
i = 2131363221;
TextView textView3 = (TextView) view.findViewById(2131363221);
if (textView3 != null) {
i = 2131363222;
TextView textView4 = (TextView) view.findViewById(2131363222);
if (textView4 != null) {
i = 2131363223;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131363223);
if (linkifiedTextView != null) {
i = 2131363224;
TextView textView5 = (TextView) view.findViewById(2131363224);
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)));
}
}