package com.discord.widgets.servers; import android.view.View; import android.widget.TextView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import com.discord.databinding.WidgetServerSettingsSecurityBinding; import com.google.android.material.button.MaterialButton; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetServerSettingsSecurity.kt */ public final /* synthetic */ class WidgetServerSettingsSecurity$binding$2 extends k implements Function1 { public static final WidgetServerSettingsSecurity$binding$2 INSTANCE = new WidgetServerSettingsSecurity$binding$2(); public WidgetServerSettingsSecurity$binding$2() { super(1, WidgetServerSettingsSecurityBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerSettingsSecurityBinding;", 0); } public final WidgetServerSettingsSecurityBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131364012; TextView textView = (TextView) view.findViewById(2131364012); if (textView != null) { i = 2131364813; TextView textView2 = (TextView) view.findViewById(2131364813); if (textView2 != null) { i = 2131364815; MaterialButton materialButton = (MaterialButton) view.findViewById(2131364815); if (materialButton != null) { return new WidgetServerSettingsSecurityBinding((CoordinatorLayout) view, textView, textView2, materialButton); } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }