package com.discord.widgets.channels.settings; import android.view.View; import android.widget.LinearLayout; import android.widget.SeekBar; import android.widget.TextView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.core.widget.NestedScrollView; import com.discord.databinding.WidgetThreadSettingsBinding; import com.google.android.material.floatingactionbutton.FloatingActionButton; import com.google.android.material.textfield.TextInputLayout; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetThreadSettings.kt */ public final /* synthetic */ class WidgetThreadSettings$binding$2 extends k implements Function1 { public static final WidgetThreadSettings$binding$2 INSTANCE = new WidgetThreadSettings$binding$2(); public WidgetThreadSettings$binding$2() { super(1, WidgetThreadSettingsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadSettingsBinding;", 0); } public final WidgetThreadSettingsBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131364632; NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131364632); if (nestedScrollView != null) { i = 2131365404; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131365404); if (textInputLayout != null) { i = 2131365405; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131365405); if (linearLayout != null) { i = 2131365409; FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131365409); if (floatingActionButton != null) { i = 2131365410; LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131365410); if (linearLayout2 != null) { i = 2131365411; TextView textView = (TextView) view.findViewById(2131365411); if (textView != null) { i = 2131365412; SeekBar seekBar = (SeekBar) view.findViewById(2131365412); if (seekBar != null) { i = 2131365413; TextView textView2 = (TextView) view.findViewById(2131365413); if (textView2 != null) { return new WidgetThreadSettingsBinding((CoordinatorLayout) view, nestedScrollView, textInputLayout, linearLayout, floatingActionButton, linearLayout2, textView, seekBar, textView2); } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }