package com.discord.widgets.settings; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.core.widget.NestedScrollView; import com.discord.databinding.WidgetSettingsVoiceInputModeBinding; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetSettingsVoice.kt */ public final /* synthetic */ class WidgetSettingsVoice$InputModeSelector$binding$2 extends k implements Function1 { public static final WidgetSettingsVoice$InputModeSelector$binding$2 INSTANCE = new WidgetSettingsVoice$InputModeSelector$binding$2(); public WidgetSettingsVoice$InputModeSelector$binding$2() { super(1, WidgetSettingsVoiceInputModeBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsVoiceInputModeBinding;", 0); } public final WidgetSettingsVoiceInputModeBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131363368; TextView textView = (TextView) view.findViewById(2131363368); if (textView != null) { i = 2131364951; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364951); if (linearLayout != null) { i = 2131364952; LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364952); if (linearLayout2 != null) { return new WidgetSettingsVoiceInputModeBinding((NestedScrollView) view, textView, linearLayout, linearLayout2); } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }