discord-jadx/app/src/main/java/com/discord/widgets/guilds/leave/WidgetLeaveGuildDialog$binding$2.java
2021-07-13 22:23:20 +02:00

45 lines
2.1 KiB
Java

package com.discord.widgets.guilds.leave;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.discord.databinding.LeaveGuildDialogBinding;
import com.discord.views.LoadingButton;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetLeaveGuildDialog.kt */
public final /* synthetic */ class WidgetLeaveGuildDialog$binding$2 extends k implements Function1<View, LeaveGuildDialogBinding> {
public static final WidgetLeaveGuildDialog$binding$2 INSTANCE = new WidgetLeaveGuildDialog$binding$2();
public WidgetLeaveGuildDialog$binding$2() {
super(1, LeaveGuildDialogBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/LeaveGuildDialogBinding;", 0);
}
public final LeaveGuildDialogBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363832;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363832);
if (materialButton != null) {
i = 2131363833;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131363833);
if (loadingButton != null) {
i = 2131363834;
TextView textView = (TextView) view.findViewById(2131363834);
if (textView != null) {
i = 2131363835;
TextView textView2 = (TextView) view.findViewById(2131363835);
if (textView2 != null) {
i = 2131364119;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364119);
if (linearLayout != null) {
return new LeaveGuildDialogBinding((LinearLayout) view, materialButton, loadingButton, textView, textView2, linearLayout);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}