package com.discord.widgets.user; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import com.discord.databinding.WidgetKickUserBinding; import com.google.android.material.button.MaterialButton; import com.google.android.material.textfield.TextInputLayout; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetKickUser.kt */ public final /* synthetic */ class WidgetKickUser$binding$2 extends k implements Function1 { public static final WidgetKickUser$binding$2 INSTANCE = new WidgetKickUser$binding$2(); public WidgetKickUser$binding$2() { super(1, WidgetKickUserBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetKickUserBinding;", 0); } public final WidgetKickUserBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131363820; TextView textView = (TextView) view.findViewById(2131363820); if (textView != null) { i = 2131363821; MaterialButton materialButton = (MaterialButton) view.findViewById(2131363821); if (materialButton != null) { i = 2131363822; MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363822); if (materialButton2 != null) { i = 2131363823; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363823); if (textInputLayout != null) { i = 2131363824; TextView textView2 = (TextView) view.findViewById(2131363824); if (textView2 != null) { return new WidgetKickUserBinding((LinearLayout) view, textView, materialButton, materialButton2, textInputLayout, textView2); } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }