package com.discord.widgets.share; import android.view.View; import android.widget.ImageView; import androidx.cardview.widget.CardView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.core.widget.NestedScrollView; import androidx.recyclerview.widget.RecyclerView; import com.discord.app.AppViewFlipper; import com.discord.databinding.WidgetIncomingShareBinding; import com.discord.utilities.dimmer.DimmerView; import com.discord.widgets.chat.list.ViewEmbedGameInvite; import com.discord.widgets.user.search.ViewGlobalSearchItem; import com.google.android.material.textfield.TextInputLayout; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetIncomingShare.kt */ public final /* synthetic */ class WidgetIncomingShare$binding$2 extends k implements Function1 { public static final WidgetIncomingShare$binding$2 INSTANCE = new WidgetIncomingShare$binding$2(); public WidgetIncomingShare$binding$2() { super(1, WidgetIncomingShareBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetIncomingShareBinding;", 0); } public final WidgetIncomingShareBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131362931; DimmerView dimmerView = (DimmerView) view.findViewById(2131362931); if (dimmerView != null) { i = 2131363203; ViewEmbedGameInvite viewEmbedGameInvite = (ViewEmbedGameInvite) view.findViewById(2131363203); if (viewEmbedGameInvite != null) { i = 2131363204; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363204); if (textInputLayout != null) { i = 2131363205; RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363205); if (recyclerView != null) { i = 2131363206; CardView cardView = (CardView) view.findViewById(2131363206); if (cardView != null) { i = 2131363207; TextInputLayout textInputLayout2 = (TextInputLayout) view.findViewById(2131363207); if (textInputLayout2 != null) { i = 2131363208; RecyclerView recyclerView2 = (RecyclerView) view.findViewById(2131363208); if (recyclerView2 != null) { i = 2131363656; ImageView imageView = (ImageView) view.findViewById(2131363656); if (imageView != null) { i = 2131363657; AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363657); if (appViewFlipper != null) { i = 2131364632; NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131364632); if (nestedScrollView != null) { i = 2131364641; AppViewFlipper appViewFlipper2 = (AppViewFlipper) view.findViewById(2131364641); if (appViewFlipper2 != null) { i = 2131365737; ViewGlobalSearchItem viewGlobalSearchItem = (ViewGlobalSearchItem) view.findViewById(2131365737); if (viewGlobalSearchItem != null) { i = 2131365738; ImageView imageView2 = (ImageView) view.findViewById(2131365738); if (imageView2 != null) { return new WidgetIncomingShareBinding((CoordinatorLayout) view, dimmerView, viewEmbedGameInvite, textInputLayout, recyclerView, cardView, textInputLayout2, recyclerView2, imageView, appViewFlipper, nestedScrollView, appViewFlipper2, viewGlobalSearchItem, imageView2); } } } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }