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 { 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 = 2131362926; TextView textView = (TextView) view.findViewById(2131362926); if (textView != null) { i = 2131362927; TextView textView2 = (TextView) view.findViewById(2131362927); if (textView2 != null) { i = 2131362928; TextView textView3 = (TextView) view.findViewById(2131362928); if (textView3 != null) { i = 2131362929; TextView textView4 = (TextView) view.findViewById(2131362929); 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))); } }