package com.discord.widgets.channels.settings; import android.view.View; import android.widget.LinearLayout; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.core.widget.NestedScrollView; import com.discord.databinding.WidgetThreadNotificationSettingsBinding; import com.discord.views.CheckedSetting; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetThreadNotificationSettings.kt */ public final /* synthetic */ class WidgetThreadNotificationSettings$binding$2 extends k implements Function1 { public static final WidgetThreadNotificationSettings$binding$2 INSTANCE = new WidgetThreadNotificationSettings$binding$2(); public WidgetThreadNotificationSettings$binding$2() { super(1, WidgetThreadNotificationSettingsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadNotificationSettingsBinding;", 0); } public final WidgetThreadNotificationSettingsBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131364632; NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131364632); if (nestedScrollView != null) { i = 2131365391; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131365391); if (linearLayout != null) { i = 2131365406; CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131365406); if (checkedSetting != null) { i = 2131365407; CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131365407); if (checkedSetting2 != null) { i = 2131365408; CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131365408); if (checkedSetting3 != null) { return new WidgetThreadNotificationSettingsBinding((CoordinatorLayout) view, nestedScrollView, linearLayout, checkedSetting, checkedSetting2, checkedSetting3); } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }