package com.discord.widgets.channels.permissions; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.FragmentContainerView; import com.discord.databinding.WidgetChannelSettingsAddMemberSheetBinding; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelSettingsAddMemberSheet.kt */ public final /* synthetic */ class WidgetChannelSettingsAddMemberSheet$binding$2 extends k implements Function1 { public static final WidgetChannelSettingsAddMemberSheet$binding$2 INSTANCE = new WidgetChannelSettingsAddMemberSheet$binding$2(); public WidgetChannelSettingsAddMemberSheet$binding$2() { super(1, WidgetChannelSettingsAddMemberSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelSettingsAddMemberSheetBinding;", 0); } public final WidgetChannelSettingsAddMemberSheetBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131361906; TextView textView = (TextView) view.findViewById(2131361906); if (textView != null) { i = 2131362781; FragmentContainerView fragmentContainerView = (FragmentContainerView) view.findViewById(2131362781); if (fragmentContainerView != null) { i = 2131365255; TextView textView2 = (TextView) view.findViewById(2131365255); if (textView2 != null) { i = 2131365427; TextView textView3 = (TextView) view.findViewById(2131365427); if (textView3 != null) { return new WidgetChannelSettingsAddMemberSheetBinding((LinearLayout) view, textView, fragmentContainerView, textView2, textView3); } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }