discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetAuthPhoneVerify$bindi...

58 lines
2.9 KiB
Java

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<View, WidgetAuthPhoneVerifyBinding> {
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 = 2131362041;
TextView textView = (TextView) view.findViewById(2131362041);
if (textView != null) {
i = 2131362042;
TextView textView2 = (TextView) view.findViewById(2131362042);
if (textView2 != null) {
i = 2131362043;
TextView textView3 = (TextView) view.findViewById(2131362043);
if (textView3 != null) {
i = 2131362044;
CodeVerificationView codeVerificationView = (CodeVerificationView) view.findViewById(2131362044);
if (codeVerificationView != null) {
i = 2131362045;
TextView textView4 = (TextView) view.findViewById(2131362045);
if (textView4 != null) {
i = 2131362046;
TextView textView5 = (TextView) view.findViewById(2131362046);
if (textView5 != null) {
i = 2131362047;
TextView textView6 = (TextView) view.findViewById(2131362047);
if (textView6 != null) {
i = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
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)));
}
}