package com.discord.widgets.channels.list; import android.view.View; import android.view.ViewStub; import android.widget.FrameLayout; import android.widget.TextView; import androidx.appcompat.widget.AppCompatImageView; import androidx.appcompat.widget.Toolbar; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.recyclerview.widget.RecyclerView; import com.discord.databinding.WidgetChannelsListBinding; import com.discord.utilities.view.rounded.RoundedCoordinatorLayout; import com.discord.views.CustomAppBarLayout; import com.discord.widgets.friends.EmptyFriendsStateContactSyncView; import com.discord.widgets.friends.EmptyFriendsStateView; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.appbar.CollapsingToolbarLayout; import com.google.android.material.button.MaterialButton; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelsList.kt */ public final /* synthetic */ class WidgetChannelsList$binding$2 extends k implements Function1 { public static final WidgetChannelsList$binding$2 INSTANCE = new WidgetChannelsList$binding$2(); public WidgetChannelsList$binding$2() { super(1, WidgetChannelsListBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelsListBinding;", 0); } public final WidgetChannelsListBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131361972; CustomAppBarLayout customAppBarLayout = (CustomAppBarLayout) view.findViewById(2131361972); if (customAppBarLayout != null) { i = 2131362416; RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362416); if (recyclerView != null) { i = 2131362421; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362421); if (simpleDraweeView != null) { i = 2131362422; FrameLayout frameLayout = (FrameLayout) view.findViewById(2131362422); if (frameLayout != null) { i = 2131362423; TextView textView = (TextView) view.findViewById(2131362423); if (textView != null) { i = 2131362424; TextView textView2 = (TextView) view.findViewById(2131362424); if (textView2 != null) { i = 2131362451; ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131362451); if (constraintLayout != null) { i = 2131362452; MaterialButton materialButton = (MaterialButton) view.findViewById(2131362452); if (materialButton != null) { i = 2131362453; TextView textView3 = (TextView) view.findViewById(2131362453); if (textView3 != null) { i = 2131362454; TextView textView4 = (TextView) view.findViewById(2131362454); if (textView4 != null) { i = 2131362455; Toolbar toolbar = (Toolbar) view.findViewById(2131362455); if (toolbar != null) { i = 2131362456; TextView textView5 = (TextView) view.findViewById(2131362456); if (textView5 != null) { i = 2131362457; AppCompatImageView appCompatImageView = (AppCompatImageView) view.findViewById(2131362457); if (appCompatImageView != null) { i = 2131362458; View findViewById = view.findViewById(2131362458); if (findViewById != null) { i = 2131362459; View findViewById2 = view.findViewById(2131362459); if (findViewById2 != null) { i = 2131362462; ViewStub viewStub = (ViewStub) view.findViewById(2131362462); if (viewStub != null) { i = 2131362463; Toolbar toolbar2 = (Toolbar) view.findViewById(2131362463); if (toolbar2 != null) { i = 2131362667; CollapsingToolbarLayout collapsingToolbarLayout = (CollapsingToolbarLayout) view.findViewById(2131362667); if (collapsingToolbarLayout != null) { RoundedCoordinatorLayout roundedCoordinatorLayout = (RoundedCoordinatorLayout) view; i = 2131365743; EmptyFriendsStateContactSyncView emptyFriendsStateContactSyncView = (EmptyFriendsStateContactSyncView) view.findViewById(2131365743); if (emptyFriendsStateContactSyncView != null) { i = 2131365744; EmptyFriendsStateView emptyFriendsStateView = (EmptyFriendsStateView) view.findViewById(2131365744); if (emptyFriendsStateView != null) { return new WidgetChannelsListBinding(roundedCoordinatorLayout, customAppBarLayout, recyclerView, simpleDraweeView, frameLayout, textView, textView2, constraintLayout, materialButton, textView3, textView4, toolbar, textView5, appCompatImageView, findViewById, findViewById2, viewStub, toolbar2, collapsingToolbarLayout, roundedCoordinatorLayout, emptyFriendsStateContactSyncView, emptyFriendsStateView); } } } } } } } } } } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }