discord-jadx/app/src/main/java/com/discord/widgets/chat/WidgetUrlActions$binding$2....

40 lines
1.7 KiB
Java

package com.discord.widgets.chat;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetUrlActionsBinding;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetUrlActions.kt */
public final /* synthetic */ class WidgetUrlActions$binding$2 extends k implements Function1<View, WidgetUrlActionsBinding> {
public static final WidgetUrlActions$binding$2 INSTANCE = new WidgetUrlActions$binding$2();
public WidgetUrlActions$binding$2() {
super(1, WidgetUrlActionsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrlActionsBinding;", 0);
}
public final WidgetUrlActionsBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362916;
TextView textView = (TextView) view.findViewById(2131362916);
if (textView != null) {
i = 2131362917;
TextView textView2 = (TextView) view.findViewById(2131362917);
if (textView2 != null) {
i = 2131362918;
TextView textView3 = (TextView) view.findViewById(2131362918);
if (textView3 != null) {
i = 2131362919;
TextView textView4 = (TextView) view.findViewById(2131362919);
if (textView4 != null) {
return new WidgetUrlActionsBinding((LinearLayout) view, textView, textView2, textView3, textView4);
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}