discord-jadx/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage$bindi...

51 lines
2.4 KiB
Java

package com.discord.widgets.user.phone;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetUserPhoneManageBinding;
import com.discord.utilities.dimmer.DimmerView;
import com.discord.views.phone.PhoneOrEmailInputView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetUserPhoneManage.kt */
public final /* synthetic */ class WidgetUserPhoneManage$binding$2 extends k implements Function1<View, WidgetUserPhoneManageBinding> {
public static final WidgetUserPhoneManage$binding$2 INSTANCE = new WidgetUserPhoneManage$binding$2();
public WidgetUserPhoneManage$binding$2() {
super(1, WidgetUserPhoneManageBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUserPhoneManageBinding;", 0);
}
public final WidgetUserPhoneManageBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
if (dimmerView != null) {
i = 2131364511;
TextView textView = (TextView) view.findViewById(2131364511);
if (textView != null) {
i = 2131365529;
TextView textView2 = (TextView) view.findViewById(2131365529);
if (textView2 != null) {
i = 2131365530;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131365530);
if (materialButton != null) {
i = 2131365531;
PhoneOrEmailInputView phoneOrEmailInputView = (PhoneOrEmailInputView) view.findViewById(2131365531);
if (phoneOrEmailInputView != null) {
i = 2131365532;
TextView textView3 = (TextView) view.findViewById(2131365532);
if (textView3 != null) {
return new WidgetUserPhoneManageBinding((FrameLayout) view, dimmerView, textView, textView2, materialButton, phoneOrEmailInputView, textView3);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}