discord-jadx/app/src/main/java/com/discord/widgets/hubs/WidgetDiscordHubEmailFlow$b...

100 lines
6.3 KiB
Java

package com.discord.widgets.hubs;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import c.a.i.p4;
import c.a.i.q4;
import c.a.i.r4;
import com.discord.databinding.WidgetDiscordHubEmailFlowBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.LoadingButton;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textfield.TextInputEditText;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetDiscordHubEmailFlow.kt */
public final /* synthetic */ class WidgetDiscordHubEmailFlow$binding$2 extends k implements Function1<View, WidgetDiscordHubEmailFlowBinding> {
public static final WidgetDiscordHubEmailFlow$binding$2 INSTANCE = new WidgetDiscordHubEmailFlow$binding$2();
public WidgetDiscordHubEmailFlow$binding$2() {
super(1, WidgetDiscordHubEmailFlowBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetDiscordHubEmailFlowBinding;", 0);
}
public final WidgetDiscordHubEmailFlowBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362947;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362947);
if (linearLayout != null) {
i = 2131362948;
View findViewById = view.findViewById(2131362948);
if (findViewById != null) {
int i2 = 2131362949;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) findViewById.findViewById(2131362949);
if (linkifiedTextView != null) {
i2 = 2131362950;
TextView textView = (TextView) findViewById.findViewById(2131362950);
if (textView != null) {
i2 = 2131362951;
LinkifiedTextView linkifiedTextView2 = (LinkifiedTextView) findViewById.findViewById(2131362951);
if (linkifiedTextView2 != null) {
p4 p4Var = new p4((NestedScrollView) findViewById, linkifiedTextView, textView, linkifiedTextView2);
View findViewById2 = view.findViewById(2131362957);
if (findViewById2 != null) {
int i3 = 2131362952;
LinkifiedTextView linkifiedTextView3 = (LinkifiedTextView) findViewById2.findViewById(2131362952);
if (linkifiedTextView3 != null) {
i3 = 2131362953;
TextInputEditText textInputEditText = (TextInputEditText) findViewById2.findViewById(2131362953);
if (textInputEditText != null) {
i3 = 2131362954;
TextInputLayout textInputLayout = (TextInputLayout) findViewById2.findViewById(2131362954);
if (textInputLayout != null) {
i3 = 2131362955;
ImageView imageView = (ImageView) findViewById2.findViewById(2131362955);
if (imageView != null) {
i3 = 2131362956;
TextView textView2 = (TextView) findViewById2.findViewById(2131362956);
if (textView2 != null) {
i3 = 2131362958;
TextView textView3 = (TextView) findViewById2.findViewById(2131362958);
if (textView3 != null) {
q4 q4Var = new q4((NestedScrollView) findViewById2, linkifiedTextView3, textInputEditText, textInputLayout, imageView, textView2, textView3);
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362959);
if (materialButton != null) {
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131362960);
if (loadingButton != null) {
View findViewById3 = view.findViewById(2131362961);
if (findViewById3 != null) {
return new WidgetDiscordHubEmailFlowBinding((LinearLayout) view, linearLayout, p4Var, q4Var, materialButton, loadingButton, new r4((NestedScrollView) findViewById3));
}
i = 2131362961;
} else {
i = 2131362960;
}
} else {
i = 2131362959;
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById2.getResources().getResourceName(i3)));
}
i = 2131362957;
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2)));
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}