discord-jadx/app/src/main/java/com/discord/widgets/settings/account/WidgetEnableSMSBackupDialog...

51 lines
2.5 KiB
Java

package com.discord.widgets.settings.account;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetEnableSmsBackupDialogBinding;
import com.discord.views.LoadingButton;
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: WidgetEnableSMSBackupDialog.kt */
public final /* synthetic */ class WidgetEnableSMSBackupDialog$binding$2 extends k implements Function1<View, WidgetEnableSmsBackupDialogBinding> {
public static final WidgetEnableSMSBackupDialog$binding$2 INSTANCE = new WidgetEnableSMSBackupDialog$binding$2();
public WidgetEnableSMSBackupDialog$binding$2() {
super(1, WidgetEnableSmsBackupDialogBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableSmsBackupDialogBinding;", 0);
}
public final WidgetEnableSmsBackupDialogBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363105;
TextView textView = (TextView) view.findViewById(2131363105);
if (textView != null) {
i = 2131363106;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363106);
if (materialButton != null) {
i = 2131363107;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131363107);
if (loadingButton != null) {
i = 2131363108;
TextView textView2 = (TextView) view.findViewById(2131363108);
if (textView2 != null) {
i = 2131363109;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363109);
if (textInputLayout != null) {
i = 2131364128;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364128);
if (linearLayout != null) {
return new WidgetEnableSmsBackupDialogBinding((LinearLayout) view, textView, materialButton, loadingButton, textView2, textInputLayout, linearLayout);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}