package com.discord.widgets.auth; import android.view.View; import android.widget.TextView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import com.discord.databinding.WidgetAuthPhoneVerifyBinding; import com.discord.utilities.dimmer.DimmerView; import com.discord.views.CodeVerificationView; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetAuthPhoneVerify.kt */ public final /* synthetic */ class WidgetAuthPhoneVerify$binding$2 extends k implements Function1 { public static final WidgetAuthPhoneVerify$binding$2 INSTANCE = new WidgetAuthPhoneVerify$binding$2(); public WidgetAuthPhoneVerify$binding$2() { super(1, WidgetAuthPhoneVerifyBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAuthPhoneVerifyBinding;", 0); } public final WidgetAuthPhoneVerifyBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131362037; TextView textView = (TextView) view.findViewById(2131362037); if (textView != null) { i = 2131362038; TextView textView2 = (TextView) view.findViewById(2131362038); if (textView2 != null) { i = 2131362039; TextView textView3 = (TextView) view.findViewById(2131362039); if (textView3 != null) { i = 2131362040; CodeVerificationView codeVerificationView = (CodeVerificationView) view.findViewById(2131362040); if (codeVerificationView != null) { i = 2131362041; TextView textView4 = (TextView) view.findViewById(2131362041); if (textView4 != null) { i = 2131362042; TextView textView5 = (TextView) view.findViewById(2131362042); if (textView5 != null) { i = 2131362043; TextView textView6 = (TextView) view.findViewById(2131362043); if (textView6 != null) { i = 2131362932; DimmerView dimmerView = (DimmerView) view.findViewById(2131362932); if (dimmerView != null) { return new WidgetAuthPhoneVerifyBinding((CoordinatorLayout) view, textView, textView2, textView3, codeVerificationView, textView4, textView5, textView6, dimmerView); } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }