package com.discord.widgets.chat.list.actions; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.core.widget.NestedScrollView; import androidx.recyclerview.widget.RecyclerView; import com.discord.databinding.WidgetChatListActionsBinding; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChatListActions.kt */ public final /* synthetic */ class WidgetChatListActions$binding$2 extends k implements Function1 { public static final WidgetChatListActions$binding$2 INSTANCE = new WidgetChatListActions$binding$2(); public WidgetChatListActions$binding$2() { super(1, WidgetChatListActionsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChatListActionsBinding;", 0); } public final WidgetChatListActionsBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131362902; RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362902); if (recyclerView != null) { i = 2131362903; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362903); if (linearLayout != null) { i = 2131362904; TextView textView = (TextView) view.findViewById(2131362904); if (textView != null) { i = 2131362905; TextView textView2 = (TextView) view.findViewById(2131362905); if (textView2 != null) { i = 2131362906; TextView textView3 = (TextView) view.findViewById(2131362906); if (textView3 != null) { i = 2131362907; TextView textView4 = (TextView) view.findViewById(2131362907); if (textView4 != null) { i = 2131362908; TextView textView5 = (TextView) view.findViewById(2131362908); if (textView5 != null) { i = 2131362909; TextView textView6 = (TextView) view.findViewById(2131362909); if (textView6 != null) { i = 2131362910; TextView textView7 = (TextView) view.findViewById(2131362910); if (textView7 != null) { i = 2131362911; TextView textView8 = (TextView) view.findViewById(2131362911); if (textView8 != null) { i = 2131362912; TextView textView9 = (TextView) view.findViewById(2131362912); if (textView9 != null) { i = 2131362913; TextView textView10 = (TextView) view.findViewById(2131362913); if (textView10 != null) { i = 2131362914; TextView textView11 = (TextView) view.findViewById(2131362914); if (textView11 != null) { i = 2131362915; TextView textView12 = (TextView) view.findViewById(2131362915); if (textView12 != null) { i = 2131362916; TextView textView13 = (TextView) view.findViewById(2131362916); if (textView13 != null) { i = 2131362917; TextView textView14 = (TextView) view.findViewById(2131362917); if (textView14 != null) { i = 2131362918; TextView textView15 = (TextView) view.findViewById(2131362918); if (textView15 != null) { return new WidgetChatListActionsBinding((NestedScrollView) view, recyclerView, linearLayout, textView, textView2, textView3, textView4, textView5, textView6, textView7, textView8, textView9, textView10, textView11, textView12, textView13, textView14, textView15); } } } } } } } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }