package com.discord.widgets.channels; import android.view.View; import android.widget.TextView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.core.widget.NestedScrollView; import com.discord.databinding.WidgetChannelGroupDmSettingsBinding; import com.discord.widgets.servers.NotificationMuteSettingsView; import com.facebook.drawee.view.SimpleDraweeView; 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: WidgetChannelGroupDMSettings.kt */ public final /* synthetic */ class WidgetChannelGroupDMSettings$binding$2 extends k implements Function1 { public static final WidgetChannelGroupDMSettings$binding$2 INSTANCE = new WidgetChannelGroupDMSettings$binding$2(); public WidgetChannelGroupDMSettings$binding$2() { super(1, WidgetChannelGroupDmSettingsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelGroupDmSettingsBinding;", 0); } public final WidgetChannelGroupDmSettingsBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131362342; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362342); if (textInputLayout != null) { i = 2131362361; FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131362361); if (floatingActionButton != null) { i = 2131363353; NotificationMuteSettingsView notificationMuteSettingsView = (NotificationMuteSettingsView) view.findViewById(2131363353); if (notificationMuteSettingsView != null) { i = 2131363354; NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131363354); if (nestedScrollView != null) { i = 2131364889; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364889); if (simpleDraweeView != null) { i = 2131364890; TextView textView = (TextView) view.findViewById(2131364890); if (textView != null) { i = 2131364891; TextView textView2 = (TextView) view.findViewById(2131364891); if (textView2 != null) { return new WidgetChannelGroupDmSettingsBinding((CoordinatorLayout) view, textInputLayout, floatingActionButton, notificationMuteSettingsView, nestedScrollView, simpleDraweeView, textView, textView2); } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }