package com.discord.widgets.guildscheduledevent; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.recyclerview.widget.RecyclerView; import com.discord.R; import com.discord.databinding.WidgetGuildScheduledEventListBottomSheetBinding; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$binding$2 extends k implements Function1 { public static final WidgetGuildScheduledEventListBottomSheet$binding$2 INSTANCE = new WidgetGuildScheduledEventListBottomSheet$binding$2(); public WidgetGuildScheduledEventListBottomSheet$binding$2() { super(1, WidgetGuildScheduledEventListBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildScheduledEventListBottomSheetBinding;", 0); } public final WidgetGuildScheduledEventListBottomSheetBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = R.id.guild_scheduled_event_list_create_event_button; TextView textView = (TextView) view.findViewById(R.id.guild_scheduled_event_list_create_event_button); if (textView != null) { i = R.id.guild_scheduled_event_list_empty_state; ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(R.id.guild_scheduled_event_list_empty_state); if (constraintLayout != null) { i = R.id.guild_scheduled_event_list_empty_state_icon; ImageView imageView = (ImageView) view.findViewById(R.id.guild_scheduled_event_list_empty_state_icon); if (imageView != null) { i = R.id.guild_scheduled_event_list_empty_state_subtitle; TextView textView2 = (TextView) view.findViewById(R.id.guild_scheduled_event_list_empty_state_subtitle); if (textView2 != null) { i = R.id.guild_scheduled_event_list_empty_state_title; TextView textView3 = (TextView) view.findViewById(R.id.guild_scheduled_event_list_empty_state_title); if (textView3 != null) { i = R.id.guild_scheduled_event_list_recycler_view; RecyclerView recyclerView = (RecyclerView) view.findViewById(R.id.guild_scheduled_event_list_recycler_view); if (recyclerView != null) { i = R.id.guild_scheduled_event_list_toolbar_container; ConstraintLayout constraintLayout2 = (ConstraintLayout) view.findViewById(R.id.guild_scheduled_event_list_toolbar_container); if (constraintLayout2 != null) { i = R.id.guild_scheduled_event_list_toolbar_title; TextView textView4 = (TextView) view.findViewById(R.id.guild_scheduled_event_list_toolbar_title); if (textView4 != null) { return new WidgetGuildScheduledEventListBottomSheetBinding((ConstraintLayout) view, textView, constraintLayout, imageView, textView2, textView3, recyclerView, constraintLayout2, textView4); } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }