discord-jadx/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$binding$2.java

106 lines
7.7 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
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;
2022-03-14 07:58:47 +00:00
import b.a.i.b5;
2022-03-12 00:35:13 +00:00
import b.a.i.l5;
2022-03-14 07:58:47 +00:00
import b.a.i.m5;
import com.discord.R;
2021-08-10 21:19:22 +00:00
import com.discord.databinding.WidgetHubEmailFlowBinding;
2021-08-03 07:33:18 +00:00
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;
2021-11-02 06:38:17 +00:00
import d0.z.d.k;
import d0.z.d.m;
2021-08-03 07:33:18 +00:00
import kotlin.jvm.functions.Function1;
2021-08-10 21:19:22 +00:00
/* compiled from: WidgetHubEmailFlow.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes2.dex */
2021-08-10 21:19:22 +00:00
public final /* synthetic */ class WidgetHubEmailFlow$binding$2 extends k implements Function1<View, WidgetHubEmailFlowBinding> {
public static final WidgetHubEmailFlow$binding$2 INSTANCE = new WidgetHubEmailFlow$binding$2();
2021-08-03 07:33:18 +00:00
2021-08-10 21:19:22 +00:00
public WidgetHubEmailFlow$binding$2() {
super(1, WidgetHubEmailFlowBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetHubEmailFlowBinding;", 0);
2021-08-03 07:33:18 +00:00
}
2021-08-10 21:19:22 +00:00
public final WidgetHubEmailFlowBinding invoke(View view) {
2021-08-03 07:33:18 +00:00
m.checkNotNullParameter(view, "p1");
int i = R.id.discord_hub_email_button_layout;
LinearLayout linearLayout = (LinearLayout) view.findViewById(R.id.discord_hub_email_button_layout);
2021-08-03 07:33:18 +00:00
if (linearLayout != null) {
i = R.id.discord_hub_email_confirmation;
View findViewById = view.findViewById(R.id.discord_hub_email_confirmation);
2021-08-03 07:33:18 +00:00
if (findViewById != null) {
int i2 = R.id.discord_hub_email_confirmation_different;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) findViewById.findViewById(R.id.discord_hub_email_confirmation_different);
2021-08-03 07:33:18 +00:00
if (linkifiedTextView != null) {
i2 = R.id.discord_hub_email_confirmation_header_title;
TextView textView = (TextView) findViewById.findViewById(R.id.discord_hub_email_confirmation_header_title);
2021-08-03 07:33:18 +00:00
if (textView != null) {
i2 = R.id.discord_hub_email_confirmation_resend;
LinkifiedTextView linkifiedTextView2 = (LinkifiedTextView) findViewById.findViewById(R.id.discord_hub_email_confirmation_resend);
2021-08-03 07:33:18 +00:00
if (linkifiedTextView2 != null) {
2022-03-14 07:58:47 +00:00
l5 l5Var = new l5((NestedScrollView) findViewById, linkifiedTextView, textView, linkifiedTextView2);
View findViewById2 = view.findViewById(R.id.discord_hub_email_input);
2021-08-03 07:33:18 +00:00
if (findViewById2 != null) {
int i3 = R.id.discord_hub_email_header_description;
LinkifiedTextView linkifiedTextView3 = (LinkifiedTextView) findViewById2.findViewById(R.id.discord_hub_email_header_description);
2021-08-03 07:33:18 +00:00
if (linkifiedTextView3 != null) {
i3 = R.id.discord_hub_email_header_description_email_input;
TextInputEditText textInputEditText = (TextInputEditText) findViewById2.findViewById(R.id.discord_hub_email_header_description_email_input);
2021-08-03 07:33:18 +00:00
if (textInputEditText != null) {
i3 = R.id.discord_hub_email_header_description_email_input_layout;
TextInputLayout textInputLayout = (TextInputLayout) findViewById2.findViewById(R.id.discord_hub_email_header_description_email_input_layout);
2021-08-03 07:33:18 +00:00
if (textInputLayout != null) {
i3 = R.id.discord_hub_email_header_image;
ImageView imageView = (ImageView) findViewById2.findViewById(R.id.discord_hub_email_header_image);
2021-08-03 07:33:18 +00:00
if (imageView != null) {
i3 = R.id.discord_hub_email_header_title;
TextView textView2 = (TextView) findViewById2.findViewById(R.id.discord_hub_email_header_title);
2021-08-03 07:33:18 +00:00
if (textView2 != null) {
i3 = R.id.discord_hub_email_label;
TextView textView3 = (TextView) findViewById2.findViewById(R.id.discord_hub_email_label);
2021-08-03 07:33:18 +00:00
if (textView3 != null) {
2022-03-14 07:58:47 +00:00
b5 b5Var = new b5((NestedScrollView) findViewById2, linkifiedTextView3, textInputEditText, textInputLayout, imageView, textView2, textView3);
MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.discord_hub_email_no);
2021-08-03 07:33:18 +00:00
if (materialButton != null) {
LoadingButton loadingButton = (LoadingButton) view.findViewById(R.id.discord_hub_email_yes);
2021-08-03 07:33:18 +00:00
if (loadingButton != null) {
View findViewById3 = view.findViewById(R.id.discord_hub_waitlist);
2021-08-03 07:33:18 +00:00
if (findViewById3 != null) {
2021-08-13 06:23:11 +00:00
TextView textView4 = (TextView) findViewById3.findViewById(R.id.hub_waitlist_description);
if (textView4 != null) {
2022-03-14 07:58:47 +00:00
return new WidgetHubEmailFlowBinding((LinearLayout) view, linearLayout, l5Var, b5Var, materialButton, loadingButton, new m5((NestedScrollView) findViewById3, textView4));
2021-08-13 06:23:11 +00:00
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById3.getResources().getResourceName(R.id.hub_waitlist_description)));
2021-08-03 07:33:18 +00:00
}
i = R.id.discord_hub_waitlist;
2021-08-03 07:33:18 +00:00
} else {
i = R.id.discord_hub_email_yes;
2021-08-03 07:33:18 +00:00
}
} else {
i = R.id.discord_hub_email_no;
2021-08-03 07:33:18 +00:00
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById2.getResources().getResourceName(i3)));
}
i = R.id.discord_hub_email_input;
2021-08-03 07:33:18 +00:00
}
}
}
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)));
}
}