package com.discord.widgets.servers; import android.view.View; import android.widget.TextView; import androidx.core.widget.NestedScrollView; import com.discord.databinding.WidgetServerSettingsInstantInviteActionsBinding; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetServerSettingsInstantInvitesActions.kt */ public final /* synthetic */ class WidgetServerSettingsInstantInvitesActions$binding$2 extends k implements Function1 { public static final WidgetServerSettingsInstantInvitesActions$binding$2 INSTANCE = new WidgetServerSettingsInstantInvitesActions$binding$2(); public WidgetServerSettingsInstantInvitesActions$binding$2() { super(1, WidgetServerSettingsInstantInviteActionsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerSettingsInstantInviteActionsBinding;", 0); } public final WidgetServerSettingsInstantInviteActionsBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131363695; TextView textView = (TextView) view.findViewById(2131363695); if (textView != null) { i = 2131363696; TextView textView2 = (TextView) view.findViewById(2131363696); if (textView2 != null) { i = 2131363697; TextView textView3 = (TextView) view.findViewById(2131363697); if (textView3 != null) { i = 2131363698; TextView textView4 = (TextView) view.findViewById(2131363698); if (textView4 != null) { return new WidgetServerSettingsInstantInviteActionsBinding((NestedScrollView) view, textView, textView2, textView3, textView4); } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }