package com.discord.widgets.channels.list; import android.view.View; import android.widget.TextView; import androidx.core.widget.NestedScrollView; import com.discord.databinding.WidgetChannelsListItemActionsBinding; import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelsListItemChannelActions.kt */ public final /* synthetic */ class WidgetChannelsListItemChannelActions$binding$2 extends k implements Function1 { public static final WidgetChannelsListItemChannelActions$binding$2 INSTANCE = new WidgetChannelsListItemChannelActions$binding$2(); public WidgetChannelsListItemChannelActions$binding$2() { super(1, WidgetChannelsListItemActionsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelsListItemActionsBinding;", 0); } public final WidgetChannelsListItemActionsBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131361875; TextView textView = (TextView) view.findViewById(2131361875); if (textView != null) { i = 2131361876; TextView textView2 = (TextView) view.findViewById(2131361876); if (textView2 != null) { i = 2131361879; TextView textView3 = (TextView) view.findViewById(2131361879); if (textView3 != null) { i = 2131361882; TextView textView4 = (TextView) view.findViewById(2131361882); if (textView4 != null) { i = 2131362435; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362435); if (simpleDraweeView != null) { i = 2131362436; TextView textView5 = (TextView) view.findViewById(2131362436); if (textView5 != null) { i = 2131362888; View findViewById = view.findViewById(2131362888); if (findViewById != null) { i = 2131362999; TextView textView6 = (TextView) view.findViewById(2131362999); if (textView6 != null) { i = 2131365337; TextView textView7 = (TextView) view.findViewById(2131365337); if (textView7 != null) { i = 2131365338; TextView textView8 = (TextView) view.findViewById(2131365338); if (textView8 != null) { i = 2131365339; TextView textView9 = (TextView) view.findViewById(2131365339); if (textView9 != null) { return new WidgetChannelsListItemActionsBinding((NestedScrollView) view, textView, textView2, textView3, textView4, simpleDraweeView, textView5, findViewById, textView6, textView7, textView8, textView9); } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }