forked from Juby210/discord-jadx
89.4 - Alpha (89204)
This commit is contained in:
parent
42f1bc2371
commit
0631f296ee
799 changed files with 12766 additions and 11119 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 89203
|
||||
versionName "89.3 - Alpha"
|
||||
versionCode 89204
|
||||
versionName "89.4 - Alpha"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="89203" android:versionName="89.3 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="89204" android:versionName="89.4 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
|
|
|
@ -9,7 +9,7 @@ import android.widget.RelativeLayout;
|
|||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import c.a.i.u;
|
||||
import c.a.i.v;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.dialogs.ImageUploadDialog;
|
||||
|
@ -70,7 +70,7 @@ public final class a extends AppDialog {
|
|||
((a) this.j).dismiss();
|
||||
} else if (i == 4) {
|
||||
KProperty[] kPropertyArr = a.i;
|
||||
((a) this.j).g().f167c.toggle();
|
||||
((a) this.j).g().f172c.toggle();
|
||||
} else {
|
||||
throw null;
|
||||
}
|
||||
|
@ -98,17 +98,17 @@ public final class a extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: ImageUploadFailedDialog.kt */
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, u> {
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, v> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, u.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0);
|
||||
super(1, v.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public u invoke(View view) {
|
||||
public v invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.chat_input_upload_too_large_center_file;
|
||||
|
@ -147,7 +147,7 @@ public final class a extends AppDialog {
|
|||
i2 = R.id.setting_subtext;
|
||||
TextView textView3 = (TextView) view2.findViewById(R.id.setting_subtext);
|
||||
if (textView3 != null) {
|
||||
return new u((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3);
|
||||
return new v((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -178,8 +178,8 @@ public final class a extends AppDialog {
|
|||
super(R.layout.image_upload_failed_dialog);
|
||||
}
|
||||
|
||||
public final u g() {
|
||||
return (u) this.k.getValue((Fragment) this, i[0]);
|
||||
public final v g() {
|
||||
return (v) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
/* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0169: APUT (r3v2 java.lang.Object[]), (0 ??[int, short, byte, char]), (r10v7 java.lang.CharSequence) */
|
||||
|
@ -221,10 +221,10 @@ public final class a extends AppDialog {
|
|||
}
|
||||
relativeLayout2.setVisibility(i3);
|
||||
g().d.setOnClickListener(new View$OnClickListenerC0001a(4, this));
|
||||
SwitchMaterial switchMaterial = g().f167c;
|
||||
SwitchMaterial switchMaterial = g().f172c;
|
||||
m.checkNotNullExpressionValue(switchMaterial, "binding.imageUploadFaile…mpressionSettingsCheckbox");
|
||||
switchMaterial.setChecked(StoreStream.Companion.getUserSettings().getIsAutoImageCompressionEnabled());
|
||||
g().f167c.setOnCheckedChangeListener(d.a);
|
||||
g().f172c.setOnCheckedChangeListener(d.a);
|
||||
TextView textView = g().j;
|
||||
m.checkNotNullExpressionValue(textView, "binding.imageUploadFailedText");
|
||||
CharSequence charSequence = null;
|
||||
|
|
|
@ -9,7 +9,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt;
|
|||
import c.a.a.b.f;
|
||||
import c.a.d.f0;
|
||||
import c.a.d.h0;
|
||||
import c.a.i.o1;
|
||||
import c.a.i.p1;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.app.AppViewModel;
|
||||
|
@ -80,17 +80,17 @@ public final class a extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: UserActionsDialog.kt */
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, o1> {
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, p1> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, o1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/UserActionsDialogBinding;", 0);
|
||||
super(1, p1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/UserActionsDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public o1 invoke(View view) {
|
||||
public p1 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.user_actions_dialog_avatar;
|
||||
|
@ -108,7 +108,7 @@ public final class a extends AppDialog {
|
|||
i2 = R.id.user_actions_dialog_user_name;
|
||||
TextView textView4 = (TextView) view2.findViewById(R.id.user_actions_dialog_user_name);
|
||||
if (textView4 != null) {
|
||||
return new o1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4);
|
||||
return new p1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -164,7 +164,7 @@ public final class a extends AppDialog {
|
|||
Context requireContext = aVar3.requireContext();
|
||||
m.checkNotNullExpressionValue(requireContext, "requireContext()");
|
||||
textView.setText(UserNameFormatterKt.getSpannableForUserNameWithDiscrim(user, str, requireContext, R.attr.colorHeaderPrimary, R.attr.font_primary_semibold, R.integer.uikit_textsize_large_sp, R.attr.colorTextMuted, R.attr.font_primary_normal, R.integer.uikit_textsize_large_sp));
|
||||
TextView textView2 = aVar3.g().f137c;
|
||||
TextView textView2 = aVar3.g().f142c;
|
||||
m.checkNotNullExpressionValue(textView2, "binding.userActionsDialogBlockItem");
|
||||
int i = 8;
|
||||
textView2.setVisibility(aVar2.f34c ? 0 : 8);
|
||||
|
@ -235,8 +235,8 @@ public final class a extends AppDialog {
|
|||
this.m = new MGImages.DistinctChangeDetector();
|
||||
}
|
||||
|
||||
public final o1 g() {
|
||||
return (o1) this.k.getValue((Fragment) this, i[0]);
|
||||
public final p1 g() {
|
||||
return (p1) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
public final f h() {
|
||||
|
@ -247,7 +247,7 @@ public final class a extends AppDialog {
|
|||
public void onViewBound(View view) {
|
||||
m.checkNotNullParameter(view, "view");
|
||||
super.onViewBound(view);
|
||||
g().f137c.setOnClickListener(new View$OnClickListenerC0002a(0, this));
|
||||
g().f142c.setOnClickListener(new View$OnClickListenerC0002a(0, this));
|
||||
g().e.setOnClickListener(new View$OnClickListenerC0002a(1, this));
|
||||
g().d.setOnClickListener(new View$OnClickListenerC0002a(2, this));
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt;
|
|||
import c.a.a.c.f;
|
||||
import c.a.d.f0;
|
||||
import c.a.d.h0;
|
||||
import c.a.i.w0;
|
||||
import c.a.i.x0;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.app.AppViewFlipper;
|
||||
|
@ -100,17 +100,17 @@ public final class a extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: PremiumGuildSubscriptionCancelDialog.kt */
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, w0> {
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, x0> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, w0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 0);
|
||||
super(1, x0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public w0 invoke(View view) {
|
||||
public x0 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.active_subscription_progress;
|
||||
|
@ -137,7 +137,7 @@ public final class a extends AppDialog {
|
|||
i2 = R.id.premium_guild_subscription_cancel_nevermind;
|
||||
MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_subscription_cancel_nevermind);
|
||||
if (materialButton != null) {
|
||||
return new w0((LinearLayout) view2, progressBar, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton);
|
||||
return new x0((LinearLayout) view2, progressBar, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -182,7 +182,7 @@ public final class a extends AppDialog {
|
|||
m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionCancelNevermind");
|
||||
ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f35c, 0.0f, 2, null);
|
||||
aVar.setCancelable(cVar2.e);
|
||||
aVar.g().f180c.setIsLoading(cVar2.d);
|
||||
aVar.g().f185c.setIsLoading(cVar2.d);
|
||||
AppViewFlipper appViewFlipper = aVar.g().e;
|
||||
m.checkNotNullExpressionValue(appViewFlipper, "binding.premiumGuildSubscriptionCancelFlipper");
|
||||
appViewFlipper.setDisplayedChild(!(cVar2 instanceof f.c.C0009f) ? 1 : 0);
|
||||
|
@ -202,7 +202,7 @@ public final class a extends AppDialog {
|
|||
m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionCancelBody");
|
||||
c.a.k.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4);
|
||||
}
|
||||
aVar.g().f180c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500));
|
||||
aVar.g().f185c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500));
|
||||
} else if (cVar2 instanceof f.c.b) {
|
||||
TextView textView4 = aVar.g().f;
|
||||
m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionCancelHeader");
|
||||
|
@ -214,8 +214,8 @@ public final class a extends AppDialog {
|
|||
Context requireContext2 = aVar.requireContext();
|
||||
m.checkNotNullExpressionValue(requireContext2, "requireContext()");
|
||||
c.a.k.b.n(textView5, R.string.premium_guild_subscription_confirm_body, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4);
|
||||
aVar.g().f180c.setText(aVar.getString(R.string.okay));
|
||||
aVar.g().f180c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500));
|
||||
aVar.g().f185c.setText(aVar.getString(R.string.okay));
|
||||
aVar.g().f185c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500));
|
||||
} else if (cVar2 instanceof f.c.C0008c) {
|
||||
Integer num = ((f.c.C0008c) cVar2).f;
|
||||
if (num != null) {
|
||||
|
@ -274,8 +274,8 @@ public final class a extends AppDialog {
|
|||
this.m = g.lazy(new e(this));
|
||||
}
|
||||
|
||||
public final w0 g() {
|
||||
return (w0) this.k.getValue((Fragment) this, i[0]);
|
||||
public final x0 g() {
|
||||
return (x0) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
@ -283,7 +283,7 @@ public final class a extends AppDialog {
|
|||
m.checkNotNullParameter(view, "view");
|
||||
super.onViewBound(view);
|
||||
g().g.setOnClickListener(new View$OnClickListenerC0005a(0, this));
|
||||
g().f180c.setOnClickListener(new View$OnClickListenerC0005a(1, this));
|
||||
g().f185c.setOnClickListener(new View$OnClickListenerC0005a(1, this));
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
|
|
@ -11,7 +11,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt;
|
|||
import c.a.a.c.k;
|
||||
import c.a.d.f0;
|
||||
import c.a.d.h0;
|
||||
import c.a.i.x0;
|
||||
import c.a.i.y0;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.app.AppViewFlipper;
|
||||
|
@ -100,17 +100,17 @@ public final class b extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: PremiumGuildSubscriptionUncancelDialog.kt */
|
||||
public static final /* synthetic */ class c extends d0.z.d.k implements Function1<View, x0> {
|
||||
public static final /* synthetic */ class c extends d0.z.d.k implements Function1<View, y0> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, x0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 0);
|
||||
super(1, y0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public x0 invoke(View view) {
|
||||
public y0 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.notice_header_container;
|
||||
|
@ -137,7 +137,7 @@ public final class b extends AppDialog {
|
|||
i2 = R.id.premium_guild_subscription_uncancel_nevermind;
|
||||
MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_subscription_uncancel_nevermind);
|
||||
if (materialButton != null) {
|
||||
return new x0((LinearLayout) view2, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton);
|
||||
return new y0((LinearLayout) view2, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -186,7 +186,7 @@ public final class b extends AppDialog {
|
|||
MaterialButton materialButton2 = bVar.g().h;
|
||||
m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionUncancelNevermind");
|
||||
ViewExtensions.setEnabledAndAlpha$default(materialButton2, z3 && !((k.c.b) cVar2).b, 0.0f, 2, null);
|
||||
bVar.g().f186c.setIsLoading(z3 && ((k.c.b) cVar2).b);
|
||||
bVar.g().f191c.setIsLoading(z3 && ((k.c.b) cVar2).b);
|
||||
k.c.C0010c cVar3 = k.c.C0010c.a;
|
||||
if (!(!m.areEqual(cVar2, cVar3)) || !z3 || ((k.c.b) cVar2).b) {
|
||||
z2 = false;
|
||||
|
@ -210,7 +210,7 @@ public final class b extends AppDialog {
|
|||
TextView textView5 = bVar.g().b;
|
||||
m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionUncancelBody");
|
||||
textView5.setText(bVar.getString(R.string.premium_guild_subscription_inventory_uncancel_confirm_description));
|
||||
bVar.g().f186c.setText(bVar.getString(R.string.okay));
|
||||
bVar.g().f191c.setText(bVar.getString(R.string.okay));
|
||||
} else if (cVar2 instanceof k.c.a) {
|
||||
Integer num = ((k.c.a) cVar2).a;
|
||||
if (num != null) {
|
||||
|
@ -270,8 +270,8 @@ public final class b extends AppDialog {
|
|||
this.m = g.lazy(new e(this));
|
||||
}
|
||||
|
||||
public final x0 g() {
|
||||
return (x0) this.k.getValue((Fragment) this, i[0]);
|
||||
public final y0 g() {
|
||||
return (y0) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
@ -279,7 +279,7 @@ public final class b extends AppDialog {
|
|||
m.checkNotNullParameter(view, "view");
|
||||
super.onViewBound(view);
|
||||
g().h.setOnClickListener(new a(0, this));
|
||||
g().f186c.setOnClickListener(new a(1, this));
|
||||
g().f191c.setOnClickListener(new a(1, this));
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
|
|
@ -8,7 +8,7 @@ import android.widget.LinearLayout;
|
|||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import c.a.i.v0;
|
||||
import c.a.i.w0;
|
||||
import com.airbnb.lottie.LottieAnimationView;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
|
@ -56,17 +56,17 @@ public final class c extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: PremiumGuildSubscriptionActivatedDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, v0> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, w0> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, v0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 0);
|
||||
super(1, w0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public v0 invoke(View view) {
|
||||
public w0 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.premium_guild_subscription_activated_body1;
|
||||
|
@ -81,7 +81,7 @@ public final class c extends AppDialog {
|
|||
i2 = R.id.premium_guild_subscription_activated_ok;
|
||||
MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_subscription_activated_ok);
|
||||
if (materialButton != null) {
|
||||
return new v0((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton);
|
||||
return new w0((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -109,8 +109,8 @@ public final class c extends AppDialog {
|
|||
super(R.layout.premium_guild_subscription_activated_dialog);
|
||||
}
|
||||
|
||||
public final v0 g() {
|
||||
return (v0) this.l.getValue((Fragment) this, i[0]);
|
||||
public final w0 g() {
|
||||
return (w0) this.l.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // androidx.fragment.app.DialogFragment, android.content.DialogInterface.OnDismissListener
|
||||
|
@ -131,7 +131,7 @@ public final class c extends AppDialog {
|
|||
Bundle arguments = getArguments();
|
||||
CharSequence charSequence = null;
|
||||
textView.setText(arguments != null ? arguments.getCharSequence("extra_body1_text") : null);
|
||||
TextView textView2 = g().f175c;
|
||||
TextView textView2 = g().f180c;
|
||||
m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionActivatedBody2");
|
||||
Bundle arguments2 = getArguments();
|
||||
if (arguments2 != null) {
|
||||
|
|
|
@ -5,7 +5,7 @@ import android.view.View;
|
|||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import c.a.i.i1;
|
||||
import c.a.i.j1;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.dialogs.SimpleConfirmationDialogArgs;
|
||||
|
@ -98,17 +98,17 @@ public final class d extends AppDialog {
|
|||
|
||||
/* compiled from: SimpleConfirmationDialog.kt */
|
||||
/* renamed from: c.a.a.d$d reason: collision with other inner class name */
|
||||
public static final /* synthetic */ class C0011d extends k implements Function1<View, i1> {
|
||||
public static final /* synthetic */ class C0011d extends k implements Function1<View, j1> {
|
||||
public static final C0011d i = new C0011d();
|
||||
|
||||
public C0011d() {
|
||||
super(1, i1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0);
|
||||
super(1, j1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public i1 invoke(View view) {
|
||||
public j1 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.notice_header_container;
|
||||
|
@ -126,7 +126,7 @@ public final class d extends AppDialog {
|
|||
i2 = R.id.simple_confirmation_dialog_title;
|
||||
TextView textView2 = (TextView) view2.findViewById(R.id.simple_confirmation_dialog_title);
|
||||
if (textView2 != null) {
|
||||
return new i1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2);
|
||||
return new j1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -144,8 +144,8 @@ public final class d extends AppDialog {
|
|||
return (SimpleConfirmationDialogArgs) this.k.getValue();
|
||||
}
|
||||
|
||||
public final i1 h() {
|
||||
return (i1) this.m.getValue((Fragment) this, i[0]);
|
||||
public final j1 h() {
|
||||
return (j1) this.m.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
@ -154,8 +154,8 @@ public final class d extends AppDialog {
|
|||
requireDialog().setCanceledOnTouchOutside(true);
|
||||
h().d.setOnClickListener(new a(0, this));
|
||||
h().d.setText(g().k);
|
||||
h().f106c.setOnClickListener(new a(1, this));
|
||||
MaterialButton materialButton = h().f106c;
|
||||
h().f111c.setOnClickListener(new a(1, this));
|
||||
MaterialButton materialButton = h().f111c;
|
||||
m.checkNotNullExpressionValue(materialButton, "binding.simpleConfirmationDialogNegative");
|
||||
materialButton.setText(g().l);
|
||||
TextView textView = h().e;
|
||||
|
|
|
@ -8,7 +8,7 @@ import android.widget.RelativeLayout;
|
|||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import c.a.i.y0;
|
||||
import c.a.i.z0;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.utilities.analytics.AnalyticsTracker;
|
||||
|
@ -125,17 +125,17 @@ public final class a extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: PremiumGuildSubscriptionUpsellDialog.kt */
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, y0> {
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, z0> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, y0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUpsellDialogBinding;", 0);
|
||||
super(1, z0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUpsellDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public y0 invoke(View view) {
|
||||
public z0 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.premium_guild_upsell_close;
|
||||
|
@ -147,7 +147,7 @@ public final class a extends AppDialog {
|
|||
i2 = R.id.premium_guild_upsell_subscribe_button;
|
||||
MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_upsell_subscribe_button);
|
||||
if (materialButton != null) {
|
||||
return new y0((RelativeLayout) view2, imageView, textView, materialButton);
|
||||
return new z0((RelativeLayout) view2, imageView, textView, materialButton);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -186,8 +186,8 @@ public final class a extends AppDialog {
|
|||
super(R.layout.premium_guild_subscription_upsell_dialog);
|
||||
}
|
||||
|
||||
public final y0 g() {
|
||||
return (y0) this.k.getValue((Fragment) this, i[0]);
|
||||
public final z0 g() {
|
||||
return (z0) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
@ -202,6 +202,6 @@ public final class a extends AppDialog {
|
|||
Bundle arguments3 = getArguments();
|
||||
g().d.setOnClickListener(new d(this, j2, valueOf, arguments3 != null ? arguments3.getString("extra_page") : null, string));
|
||||
g().b.setOnClickListener(new View$OnClickListenerC0012a(0, this));
|
||||
g().f192c.setOnClickListener(new View$OnClickListenerC0012a(1, this));
|
||||
g().f197c.setOnClickListener(new View$OnClickListenerC0012a(1, this));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,8 +12,8 @@ import androidx.fragment.app.Fragment;
|
|||
import androidx.fragment.app.FragmentManager;
|
||||
import androidx.viewpager2.adapter.FragmentStateAdapter;
|
||||
import androidx.viewpager2.widget.ViewPager2;
|
||||
import c.a.i.n0;
|
||||
import c.a.i.n5;
|
||||
import c.a.i.o0;
|
||||
import c.a.i.o5;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.app.AppFragment;
|
||||
|
@ -182,17 +182,17 @@ public final class b extends AppDialog {
|
|||
|
||||
/* compiled from: MultiValuePropPremiumUpsellDialog.kt */
|
||||
/* renamed from: c.a.a.e.b$d$b reason: collision with other inner class name */
|
||||
public static final /* synthetic */ class C0014b extends k implements Function1<View, n5> {
|
||||
public static final /* synthetic */ class C0014b extends k implements Function1<View, o5> {
|
||||
public static final C0014b i = new C0014b();
|
||||
|
||||
public C0014b() {
|
||||
super(1, n5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0);
|
||||
super(1, o5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public n5 invoke(View view) {
|
||||
public o5 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.premium_upsell_body;
|
||||
|
@ -204,7 +204,7 @@ public final class b extends AppDialog {
|
|||
i2 = R.id.premium_upsell_img;
|
||||
ImageView imageView = (ImageView) view2.findViewById(R.id.premium_upsell_img);
|
||||
if (imageView != null) {
|
||||
return new n5((LinearLayout) view2, textView, textView2, imageView);
|
||||
return new o5((LinearLayout) view2, textView, textView2, imageView);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -216,8 +216,8 @@ public final class b extends AppDialog {
|
|||
super(R.layout.widget_premium_upsell);
|
||||
}
|
||||
|
||||
public final n5 g() {
|
||||
return (n5) this.k.getValue((Fragment) this, i[0]);
|
||||
public final o5 g() {
|
||||
return (o5) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppFragment
|
||||
|
@ -227,7 +227,7 @@ public final class b extends AppDialog {
|
|||
ImageView imageView = g().d;
|
||||
Bundle arguments = getArguments();
|
||||
imageView.setImageResource(arguments != null ? arguments.getInt("extra_image_id") : 0);
|
||||
TextView textView = g().f135c;
|
||||
TextView textView = g().f140c;
|
||||
m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader");
|
||||
Bundle arguments2 = getArguments();
|
||||
textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null);
|
||||
|
@ -276,17 +276,17 @@ public final class b extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: MultiValuePropPremiumUpsellDialog.kt */
|
||||
public static final /* synthetic */ class f extends k implements Function1<View, n0> {
|
||||
public static final /* synthetic */ class f extends k implements Function1<View, o0> {
|
||||
public static final f i = new f();
|
||||
|
||||
public f() {
|
||||
super(1, n0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0);
|
||||
super(1, o0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public n0 invoke(View view) {
|
||||
public o0 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.premium_upsell_button_container;
|
||||
|
@ -310,7 +310,7 @@ public final class b extends AppDialog {
|
|||
i2 = R.id.premium_upsell_viewpager;
|
||||
ViewPager2 viewPager2 = (ViewPager2) view2.findViewById(R.id.premium_upsell_viewpager);
|
||||
if (viewPager2 != null) {
|
||||
return new n0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2);
|
||||
return new o0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -342,8 +342,8 @@ public final class b extends AppDialog {
|
|||
bVar.dismiss();
|
||||
}
|
||||
|
||||
public final n0 h() {
|
||||
return (n0) this.k.getValue((Fragment) this, i[0]);
|
||||
public final o0 h() {
|
||||
return (o0) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
public final boolean i() {
|
||||
|
@ -429,11 +429,11 @@ public final class b extends AppDialog {
|
|||
m.throwUninitializedPropertyAccessException("pagerAdapter");
|
||||
}
|
||||
viewPager2.setAdapter(eVar);
|
||||
TabLayout tabLayout = h().f130c;
|
||||
TabLayout tabLayout = h().f135c;
|
||||
m.checkNotNullExpressionValue(tabLayout, "binding.premiumUpsellDots");
|
||||
int i2 = 8;
|
||||
tabLayout.setVisibility(j() ? 0 : 8);
|
||||
TabLayout tabLayout2 = h().f130c;
|
||||
TabLayout tabLayout2 = h().f135c;
|
||||
m.checkNotNullExpressionValue(tabLayout2, "binding.premiumUpsellDots");
|
||||
ViewPager2 viewPager22 = h().f;
|
||||
m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager");
|
||||
|
|
|
@ -8,7 +8,7 @@ import android.widget.ImageView;
|
|||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import c.a.i.z0;
|
||||
import c.a.i.a1;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.utilities.resources.StringResourceUtilsKt;
|
||||
|
@ -73,17 +73,17 @@ public final class c extends AppDialog {
|
|||
|
||||
/* compiled from: UpgradePremiumGuildDialog.kt */
|
||||
/* renamed from: c.a.a.e.c$c reason: collision with other inner class name */
|
||||
public static final /* synthetic */ class C0015c extends k implements Function1<View, z0> {
|
||||
public static final /* synthetic */ class C0015c extends k implements Function1<View, a1> {
|
||||
public static final C0015c i = new C0015c();
|
||||
|
||||
public C0015c() {
|
||||
super(1, z0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0);
|
||||
super(1, a1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public z0 invoke(View view) {
|
||||
public a1 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.continue_button;
|
||||
|
@ -101,7 +101,7 @@ public final class c extends AppDialog {
|
|||
i2 = R.id.upgrade_button;
|
||||
MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.upgrade_button);
|
||||
if (materialButton != null) {
|
||||
return new z0((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton);
|
||||
return new a1((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -115,8 +115,8 @@ public final class c extends AppDialog {
|
|||
super(R.layout.premium_guild_upgrade_dialog);
|
||||
}
|
||||
|
||||
public final z0 g() {
|
||||
return (z0) this.o.getValue((Fragment) this, i[0]);
|
||||
public final a1 g() {
|
||||
return (a1) this.o.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog, androidx.fragment.app.DialogFragment, androidx.fragment.app.Fragment
|
||||
|
@ -150,6 +150,6 @@ public final class c extends AppDialog {
|
|||
textView3.setVisibility(this.n ^ true ? 0 : 8);
|
||||
g().b.setOnClickListener(new a(0, this));
|
||||
g().f.setOnClickListener(new a(1, this));
|
||||
g().f196c.setOnClickListener(new a(2, this));
|
||||
g().f61c.setOnClickListener(new a(2, this));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ import android.widget.LinearLayout;
|
|||
import android.widget.TextView;
|
||||
import androidx.core.content.ContextCompat;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import c.a.i.j1;
|
||||
import c.a.i.k1;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.utilities.viewbinding.FragmentViewBindingDelegate;
|
||||
|
@ -65,17 +65,17 @@ public final class d extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: SingleValuePropPremiumUpsellDialog.kt */
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, j1> {
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, k1> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, j1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0);
|
||||
super(1, k1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public j1 invoke(View view) {
|
||||
public k1 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.button_container;
|
||||
|
@ -102,7 +102,7 @@ public final class d extends AppDialog {
|
|||
i2 = R.id.value_prop_image;
|
||||
ImageView imageView = (ImageView) view2.findViewById(R.id.value_prop_image);
|
||||
if (imageView != null) {
|
||||
return new j1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView);
|
||||
return new k1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -119,8 +119,8 @@ public final class d extends AppDialog {
|
|||
super(R.layout.single_value_prop_premium_upsell_dialog);
|
||||
}
|
||||
|
||||
public final j1 g() {
|
||||
return (j1) this.k.getValue((Fragment) this, i[0]);
|
||||
public final k1 g() {
|
||||
return (k1) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
@ -150,6 +150,6 @@ public final class d extends AppDialog {
|
|||
textView2.setText(str);
|
||||
}
|
||||
g().b.setOnClickListener(new a(0, this));
|
||||
g().f111c.setOnClickListener(new a(1, this));
|
||||
g().f117c.setOnClickListener(new a(1, this));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ import android.widget.ImageView;
|
|||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import c.a.i.a1;
|
||||
import c.a.i.b1;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.utilities.viewbinding.FragmentViewBindingDelegate;
|
||||
|
@ -69,17 +69,17 @@ public final class e extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: UpgradePremiumYearlyDialog.kt */
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, a1> {
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, b1> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, a1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0);
|
||||
super(1, b1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public a1 invoke(View view) {
|
||||
public b1 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.premium_upsell_header;
|
||||
|
@ -97,7 +97,7 @@ public final class e extends AppDialog {
|
|||
i2 = R.id.purchase_premium_yearly;
|
||||
MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.purchase_premium_yearly);
|
||||
if (materialButton != null) {
|
||||
return new a1((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton);
|
||||
return new b1((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -111,8 +111,8 @@ public final class e extends AppDialog {
|
|||
super(R.layout.premium_upgrade_yearly_dialog);
|
||||
}
|
||||
|
||||
public final a1 g() {
|
||||
return (a1) this.o.getValue((Fragment) this, i[0]);
|
||||
public final b1 g() {
|
||||
return (b1) this.o.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog, androidx.fragment.app.DialogFragment, androidx.fragment.app.Fragment
|
||||
|
@ -138,7 +138,7 @@ public final class e extends AppDialog {
|
|||
TextView textView = g().d;
|
||||
m.checkNotNullExpressionValue(textView, "binding.premiumUpsellYearlyTitle");
|
||||
c.a.k.b.n(textView, R.string.premium_upsell_yearly_title, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4);
|
||||
TextView textView2 = g().f61c;
|
||||
TextView textView2 = g().f67c;
|
||||
m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellYearlyDescription");
|
||||
c.a.k.b.n(textView2, R.string.premium_upsell_yearly_description, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4);
|
||||
MaterialButton materialButton = g().f;
|
||||
|
|
|
@ -9,7 +9,7 @@ import android.widget.TextView;
|
|||
import androidx.core.content.ContextCompat;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import c.a.i.t0;
|
||||
import c.a.i.u0;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.utilities.drawable.DrawableCompat;
|
||||
|
@ -48,17 +48,17 @@ public final class f extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: PremiumActivatedDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, t0> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, u0> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, t0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0);
|
||||
super(1, u0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public t0 invoke(View view) {
|
||||
public u0 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.premium_activated_confirm;
|
||||
|
@ -79,7 +79,7 @@ public final class f extends AppDialog {
|
|||
i2 = R.id.premium_activated_wumpus;
|
||||
ImageView imageView4 = (ImageView) view2.findViewById(R.id.premium_activated_wumpus);
|
||||
if (imageView4 != null) {
|
||||
return new t0((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4);
|
||||
return new u0((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -112,8 +112,8 @@ public final class f extends AppDialog {
|
|||
super(R.layout.premium_activated_dialog);
|
||||
}
|
||||
|
||||
public final t0 g() {
|
||||
return (t0) this.l.getValue((Fragment) this, i[0]);
|
||||
public final u0 g() {
|
||||
return (u0) this.l.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment
|
||||
|
@ -144,7 +144,7 @@ public final class f extends AppDialog {
|
|||
m.checkNotNullExpressionValue(imageView, "binding.premiumActivatedWumpus");
|
||||
imageView.setScaleX(z2 ? 1.0f : -1.0f);
|
||||
g().f.setImageDrawable(ContextCompat.getDrawable(requireContext(), i2));
|
||||
TextView textView = g().f162c;
|
||||
TextView textView = g().f167c;
|
||||
m.checkNotNullExpressionValue(textView, "binding.premiumActivatedDescription");
|
||||
textView.setText(getString(i6));
|
||||
requireDialog().setCanceledOnTouchOutside(true);
|
||||
|
|
|
@ -5,7 +5,7 @@ import android.view.View;
|
|||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import c.a.i.u0;
|
||||
import c.a.i.v0;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.utilities.viewbinding.FragmentViewBindingDelegate;
|
||||
|
@ -32,17 +32,17 @@ public final class g extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: PremiumAndPremiumGuildActivatedDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, u0> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, v0> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, u0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 0);
|
||||
super(1, v0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public u0 invoke(View view) {
|
||||
public v0 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.premium_activated_confirm;
|
||||
|
@ -51,7 +51,7 @@ public final class g extends AppDialog {
|
|||
i2 = R.id.premium_and_premium_guild_activated_text;
|
||||
TextView textView = (TextView) view2.findViewById(R.id.premium_and_premium_guild_activated_text);
|
||||
if (textView != null) {
|
||||
return new u0((LinearLayout) view2, materialButton, textView);
|
||||
return new v0((LinearLayout) view2, materialButton, textView);
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view2.getResources().getResourceName(i2)));
|
||||
|
@ -94,10 +94,10 @@ public final class g extends AppDialog {
|
|||
m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\"");
|
||||
FragmentViewBindingDelegate fragmentViewBindingDelegate = this.l;
|
||||
KProperty<?>[] kPropertyArr = i;
|
||||
TextView textView = ((u0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f168c;
|
||||
TextView textView = ((v0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f173c;
|
||||
m.checkNotNullExpressionValue(textView, "binding.premiumAndPremiumGuildActivatedText");
|
||||
c.a.k.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4);
|
||||
requireDialog().setCanceledOnTouchOutside(true);
|
||||
((u0) this.l.getValue((Fragment) this, kPropertyArr[0])).b.setOnClickListener(new c(this));
|
||||
((v0) this.l.getValue((Fragment) this, kPropertyArr[0])).b.setOnClickListener(new c(this));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -161,7 +161,7 @@ public final class a extends AppDialog {
|
|||
m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio");
|
||||
i = materialRadioButton4.getId();
|
||||
}
|
||||
aVar3.i().f66c.check(i);
|
||||
aVar3.i().f65c.check(i);
|
||||
MaterialRadioButton materialRadioButton5 = aVar3.i().b;
|
||||
m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio");
|
||||
int i2 = 0;
|
||||
|
|
|
@ -6,7 +6,7 @@ import android.view.View;
|
|||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import c.a.i.j5;
|
||||
import c.a.i.k5;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.stores.StoreNotices;
|
||||
|
@ -79,17 +79,17 @@ public final class a extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: WidgetMaskedLinksDialog.kt */
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, j5> {
|
||||
public static final /* synthetic */ class c extends k implements Function1<View, k5> {
|
||||
public static final c i = new c();
|
||||
|
||||
public c() {
|
||||
super(1, j5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0);
|
||||
super(1, k5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public j5 invoke(View view) {
|
||||
public k5 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.masked_links_body_text;
|
||||
|
@ -107,7 +107,7 @@ public final class a extends AppDialog {
|
|||
i2 = R.id.view_dialog_confirmation_header;
|
||||
TextView textView3 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_header);
|
||||
if (textView3 != null) {
|
||||
return new j5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3);
|
||||
return new k5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -135,8 +135,8 @@ public final class a extends AppDialog {
|
|||
super(R.layout.widget_masked_links_dialog);
|
||||
}
|
||||
|
||||
public final j5 g() {
|
||||
return (j5) this.k.getValue((Fragment) this, i[0]);
|
||||
public final k5 g() {
|
||||
return (k5) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // androidx.fragment.app.Fragment
|
||||
|
@ -167,7 +167,7 @@ public final class a extends AppDialog {
|
|||
TextView textView = g().b;
|
||||
m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText");
|
||||
c.a.k.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4);
|
||||
g().f114c.setOnClickListener(new d(this));
|
||||
g().f120c.setOnClickListener(new d(this));
|
||||
g().d.setOnClickListener(new View$OnClickListenerC0018a(0, this, str));
|
||||
g().e.setOnClickListener(new View$OnClickListenerC0018a(1, this, str));
|
||||
}
|
||||
|
|
|
@ -110,11 +110,11 @@ public final class i extends AppDialog {
|
|||
String string2 = getArgumentsOrDefault().getString("ARG_USERNAME", "");
|
||||
int i2 = getArgumentsOrDefault().getInt("ARG_PLATFORM_IMAGE_RES", 0);
|
||||
if (i2 != 0) {
|
||||
TextView textView = g().f100c;
|
||||
TextView textView = g().f101c;
|
||||
m.checkNotNullExpressionValue(textView, "binding.connectedAccountActionsDialogHeader");
|
||||
ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView, i2, 0, 0, 0, 14, null);
|
||||
}
|
||||
TextView textView2 = g().f100c;
|
||||
TextView textView2 = g().f101c;
|
||||
m.checkNotNullExpressionValue(textView2, "binding.connectedAccountActionsDialogHeader");
|
||||
textView2.setText(string2);
|
||||
TextView textView3 = g().d;
|
||||
|
|
|
@ -93,7 +93,7 @@ public final class j extends AppDialog {
|
|||
requireDialog().setCanceledOnTouchOutside(true);
|
||||
FragmentViewBindingDelegate fragmentViewBindingDelegate = this.k;
|
||||
KProperty<?>[] kPropertyArr = i;
|
||||
((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f84c.setOnClickListener(new c(this));
|
||||
((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f83c.setOnClickListener(new c(this));
|
||||
Bundle arguments = getArguments();
|
||||
Integer valueOf = arguments != null ? Integer.valueOf(arguments.getInt("ARG_MAX_VIDEO_CHANNEL_USERS")) : null;
|
||||
TextView textView = ((e) this.k.getValue((Fragment) this, kPropertyArr[0])).b;
|
||||
|
|
|
@ -4,7 +4,7 @@ import android.view.View;
|
|||
import android.widget.LinearLayout;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import c.a.i.r;
|
||||
import c.a.i.s;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.utilities.viewbinding.FragmentViewBindingDelegate;
|
||||
|
@ -32,17 +32,17 @@ public final class m extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: GuildVideoAtCapacityDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, r> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, s> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, r.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0);
|
||||
super(1, s.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public r invoke(View view) {
|
||||
public s invoke(View view) {
|
||||
View view2 = view;
|
||||
d0.z.d.m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.guild_video_at_capacity_confirm;
|
||||
|
@ -51,7 +51,7 @@ public final class m extends AppDialog {
|
|||
i2 = R.id.notice_header_container;
|
||||
LinearLayout linearLayout = (LinearLayout) view2.findViewById(R.id.notice_header_container);
|
||||
if (linearLayout != null) {
|
||||
return new r((LinearLayout) view2, materialButton, linearLayout);
|
||||
return new s((LinearLayout) view2, materialButton, linearLayout);
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view2.getResources().getResourceName(i2)));
|
||||
|
@ -80,6 +80,6 @@ public final class m extends AppDialog {
|
|||
public void onResume() {
|
||||
super.onResume();
|
||||
requireDialog().setCanceledOnTouchOutside(true);
|
||||
((r) this.k.getValue((Fragment) this, i[0])).b.setOnClickListener(new c(this));
|
||||
((s) this.k.getValue((Fragment) this, i[0])).b.setOnClickListener(new c(this));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -176,10 +176,10 @@ public final class n extends AppDialog {
|
|||
g().b.setOnClickListener(new d(this));
|
||||
CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS");
|
||||
if (charSequenceArray != null) {
|
||||
MaxHeightRecyclerView maxHeightRecyclerView = g().f118c;
|
||||
MaxHeightRecyclerView maxHeightRecyclerView = g().f121c;
|
||||
m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.dialogSelections");
|
||||
maxHeightRecyclerView.setAdapter(new SimpleRecyclerAdapter(j.asList(charSequenceArray), new e(this)));
|
||||
MaxHeightRecyclerView maxHeightRecyclerView2 = g().f118c;
|
||||
MaxHeightRecyclerView maxHeightRecyclerView2 = g().f121c;
|
||||
RecyclerView.Adapter adapter = maxHeightRecyclerView2.getAdapter();
|
||||
if (adapter != null) {
|
||||
adapter.notifyDataSetChanged();
|
||||
|
@ -187,7 +187,7 @@ public final class n extends AppDialog {
|
|||
maxHeightRecyclerView2.setHasFixedSize(false);
|
||||
maxHeightRecyclerView2.setNestedScrollingEnabled(false);
|
||||
SimpleRecyclerAdapter.Companion companion = SimpleRecyclerAdapter.Companion;
|
||||
MaxHeightRecyclerView maxHeightRecyclerView3 = g().f118c;
|
||||
MaxHeightRecyclerView maxHeightRecyclerView3 = g().f121c;
|
||||
m.checkNotNullExpressionValue(maxHeightRecyclerView3, "binding.dialogSelections");
|
||||
companion.addThemedDivider(maxHeightRecyclerView3);
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ import android.widget.LinearLayout;
|
|||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentActivity;
|
||||
import c.a.i.a5;
|
||||
import c.a.i.b5;
|
||||
import com.discord.R;
|
||||
import com.discord.api.auth.mfa.EnableMfaResponse;
|
||||
import com.discord.app.AppDialog;
|
||||
|
@ -42,17 +42,17 @@ public final class r extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: WidgetEnableTwoFactorPasswordDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, a5> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, b5> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, a5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0);
|
||||
super(1, b5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public a5 invoke(View view) {
|
||||
public b5 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.enable_two_factor_password_body_container;
|
||||
|
@ -76,7 +76,7 @@ public final class r extends AppDialog {
|
|||
i2 = R.id.enable_two_factor_password_view_input;
|
||||
TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(R.id.enable_two_factor_password_view_input);
|
||||
if (textInputLayout != null) {
|
||||
return new a5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout);
|
||||
return new b5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -145,7 +145,7 @@ public final class r extends AppDialog {
|
|||
m.checkNotNullParameter(error2, "error");
|
||||
r rVar = this.this$0.i;
|
||||
KProperty[] kPropertyArr = r.i;
|
||||
rVar.g().f65c.setIsLoading(false);
|
||||
rVar.g().f71c.setIsLoading(false);
|
||||
Error.Response response = error2.getResponse();
|
||||
m.checkNotNullExpressionValue(response, "error.response");
|
||||
if (response.getCode() == 60005) {
|
||||
|
@ -173,7 +173,7 @@ public final class r extends AppDialog {
|
|||
TextInputLayout textInputLayout = rVar.g().d;
|
||||
m.checkNotNullExpressionValue(textInputLayout, "binding.enableTwoFactorPasswordViewInput");
|
||||
String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout);
|
||||
this.i.g().f65c.setIsLoading(true);
|
||||
this.i.g().f71c.setIsLoading(true);
|
||||
Observable ui$default = ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().enableMFA(new RestAPIParams.EnableMFA("random code", "random secret", textOrEmpty)), false, 1, null), this.i, null, 2, null);
|
||||
a aVar = a.i;
|
||||
ObservableExtensionsKt.appSubscribe$default(ui$default, this.i.getClass(), this.j.getContext(), (Function1) null, new b(this), (Function0) null, (Function0) null, aVar, 52, (Object) null);
|
||||
|
@ -201,8 +201,8 @@ public final class r extends AppDialog {
|
|||
super(R.layout.widget_enable_two_factor_password_dialog);
|
||||
}
|
||||
|
||||
public final a5 g() {
|
||||
return (a5) this.k.getValue((Fragment) this, i[0]);
|
||||
public final b5 g() {
|
||||
return (b5) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog
|
||||
|
@ -210,8 +210,8 @@ public final class r extends AppDialog {
|
|||
m.checkNotNullParameter(view, "view");
|
||||
super.onViewBound(view);
|
||||
setCancelable(false);
|
||||
g().f65c.setIsLoading(false);
|
||||
g().f65c.setOnClickListener(new d(this, view));
|
||||
g().f71c.setIsLoading(false);
|
||||
g().f71c.setOnClickListener(new d(this, view));
|
||||
g().b.setOnClickListener(new e(this));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt;
|
|||
import c.a.a.w;
|
||||
import c.a.d.f0;
|
||||
import c.a.d.h0;
|
||||
import c.a.i.w5;
|
||||
import c.a.i.x5;
|
||||
import com.discord.R;
|
||||
import com.discord.app.AppDialog;
|
||||
import com.discord.app.AppViewModel;
|
||||
|
@ -45,17 +45,17 @@ public final class s extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: WidgetUrgentMessageDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, w5> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, x5> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, w5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0);
|
||||
super(1, x5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public w5 invoke(View view) {
|
||||
public x5 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.view_dialog_confirmation_confirm;
|
||||
|
@ -67,7 +67,7 @@ public final class s extends AppDialog {
|
|||
i2 = R.id.view_dialog_confirmation_text;
|
||||
TextView textView2 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_text);
|
||||
if (textView2 != null) {
|
||||
return new w5((LinearLayout) view2, loadingButton, textView, textView2);
|
||||
return new x5((LinearLayout) view2, loadingButton, textView, textView2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ public final class s extends AppDialog {
|
|||
m.checkNotNullParameter(dVar2, "viewState");
|
||||
s sVar = this.this$0;
|
||||
KProperty[] kPropertyArr = s.i;
|
||||
TextView textView = sVar.g().f184c;
|
||||
TextView textView = sVar.g().f189c;
|
||||
m.checkNotNullExpressionValue(textView, "binding.viewDialogConfirmationHeader");
|
||||
textView.setText(sVar.getString(R.string.system_dm_urgent_message_modal_header));
|
||||
TextView textView2 = sVar.g().d;
|
||||
|
@ -159,8 +159,8 @@ public final class s extends AppDialog {
|
|||
this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new m(1, f0Var), new h0(eVar));
|
||||
}
|
||||
|
||||
public final w5 g() {
|
||||
return (w5) this.k.getValue((Fragment) this, i[0]);
|
||||
public final x5 g() {
|
||||
return (x5) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
public final w h() {
|
||||
|
|
|
@ -9,7 +9,7 @@ import android.widget.LinearLayout;
|
|||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import c.a.i.o;
|
||||
import c.a.i.p;
|
||||
import com.discord.R;
|
||||
import com.discord.api.premium.PremiumTier;
|
||||
import com.discord.api.premium.SubscriptionInterval;
|
||||
|
@ -27,6 +27,7 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt;
|
|||
import com.google.android.material.button.MaterialButton;
|
||||
import d0.z.d.k;
|
||||
import d0.z.d.m;
|
||||
import d0.z.d.o;
|
||||
import kotlin.Pair;
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.functions.Function0;
|
||||
|
@ -48,17 +49,17 @@ public final class a extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: GiftPurchasedDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, o> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, p> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, o.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0);
|
||||
super(1, p.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public o invoke(View view) {
|
||||
public p invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.gift_entitlement_code;
|
||||
|
@ -82,7 +83,7 @@ public final class a extends AppDialog {
|
|||
i2 = R.id.gift_purchased_icon;
|
||||
ImageView imageView = (ImageView) view2.findViewById(R.id.gift_purchased_icon);
|
||||
if (imageView != null) {
|
||||
return new o((LinearLayout) view2, textView, relativeLayout, materialButton, linkifiedTextView, materialButton2, textView2, imageView);
|
||||
return new p((LinearLayout) view2, textView, relativeLayout, materialButton, linkifiedTextView, materialButton2, textView2, imageView);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -113,7 +114,7 @@ public final class a extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: GiftPurchasedDialog.kt */
|
||||
public static final class d extends d0.z.d.o implements Function1<RenderContext, Unit> {
|
||||
public static final class d extends o implements Function1<RenderContext, Unit> {
|
||||
public final /* synthetic */ a this$0;
|
||||
|
||||
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
|
||||
|
@ -161,7 +162,7 @@ public final class a extends AppDialog {
|
|||
MaterialButton materialButton = aVar.g().d;
|
||||
m.checkNotNullExpressionValue(materialButton, "binding.giftEntitlementCopy");
|
||||
materialButton.setText(context.getString(R.string.copied));
|
||||
this.i.g().f136c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null));
|
||||
this.i.g().f141c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -170,8 +171,8 @@ public final class a extends AppDialog {
|
|||
super(R.layout.gift_purchased_dialog);
|
||||
}
|
||||
|
||||
public final o g() {
|
||||
return (o) this.l.getValue((Fragment) this, i[0]);
|
||||
public final p g() {
|
||||
return (p) this.l.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
@Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment
|
||||
|
|
|
@ -10,7 +10,7 @@ import androidx.fragment.app.Fragment;
|
|||
import androidx.fragment.app.FragmentActivity;
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import c.a.d.f;
|
||||
import c.a.i.h4;
|
||||
import c.a.i.i4;
|
||||
import com.discord.R;
|
||||
import com.discord.api.application.Application;
|
||||
import com.discord.api.premium.SubscriptionPlan;
|
||||
|
@ -102,17 +102,17 @@ public final class c extends AppDialog {
|
|||
}
|
||||
|
||||
/* compiled from: WidgetGiftAcceptDialog.kt */
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, h4> {
|
||||
public static final /* synthetic */ class b extends k implements Function1<View, i4> {
|
||||
public static final b i = new b();
|
||||
|
||||
public b() {
|
||||
super(1, h4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0);
|
||||
super(1, i4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0);
|
||||
}
|
||||
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
||||
@Override // kotlin.jvm.functions.Function1
|
||||
public h4 invoke(View view) {
|
||||
public i4 invoke(View view) {
|
||||
View view2 = view;
|
||||
m.checkNotNullParameter(view2, "p1");
|
||||
int i2 = R.id.accept_gift_body_container;
|
||||
|
@ -142,7 +142,7 @@ public final class c extends AppDialog {
|
|||
i2 = R.id.accept_gift_progress;
|
||||
ProgressBar progressBar = (ProgressBar) view2.findViewById(R.id.accept_gift_progress);
|
||||
if (progressBar != null) {
|
||||
return new h4((LinearLayout) view2, linearLayout, simpleDraweeView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar);
|
||||
return new i4((LinearLayout) view2, linearLayout, simpleDraweeView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -218,7 +218,7 @@ public final class c extends AppDialog {
|
|||
str = "";
|
||||
}
|
||||
CharSequence i2 = cVar2.i(gift);
|
||||
LinearLayout linearLayout = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f103c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e;
|
||||
LinearLayout linearLayout = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f108c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e;
|
||||
m.checkNotNullExpressionValue(linearLayout, "binding.acceptGiftDisclaimerContainer");
|
||||
linearLayout.setVisibility(8);
|
||||
MaterialButton materialButton = cVar2.h().d;
|
||||
|
@ -237,7 +237,7 @@ public final class c extends AppDialog {
|
|||
TextView textView = cVar3.h().h;
|
||||
m.checkNotNullExpressionValue(textView, "binding.acceptGiftHeader");
|
||||
c.a.k.b.n(textView, R.string.gift_confirmation_header_fail, new Object[0], null, 4);
|
||||
TextView textView2 = cVar3.h().f103c;
|
||||
TextView textView2 = cVar3.h().f108c;
|
||||
m.checkNotNullExpressionValue(textView2, "binding.acceptGiftBodyText");
|
||||
c.a.k.b.n(textView2, R.string.gift_confirmation_body_claimed, new Object[0], null, 4);
|
||||
LinearLayout linearLayout2 = cVar3.h().e;
|
||||
|
@ -254,7 +254,7 @@ public final class c extends AppDialog {
|
|||
cVar4.g(gift3);
|
||||
ModelStoreListing storeListing2 = gift3.getStoreListing();
|
||||
String name = (storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? null : sku2.getName();
|
||||
LinearLayout linearLayout3 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f103c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e;
|
||||
LinearLayout linearLayout3 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f108c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e;
|
||||
m.checkNotNullExpressionValue(linearLayout3, "binding.acceptGiftDisclaimerContainer");
|
||||
if (!gift3.isAnyNitroGift()) {
|
||||
i = 8;
|
||||
|
@ -282,7 +282,7 @@ public final class c extends AppDialog {
|
|||
ProgressBar progressBar = cVar5.h().i;
|
||||
m.checkNotNullExpressionValue(progressBar, "binding.acceptGiftProgress");
|
||||
progressBar.setVisibility(0);
|
||||
LinearLayout linearLayout4 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f103c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e;
|
||||
LinearLayout linearLayout4 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f108c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e;
|
||||
m.checkNotNullExpressionValue(linearLayout4, "binding.acceptGiftDisclaimerContainer");
|
||||
if (!gift4.isAnyNitroGift()) {
|
||||
i = 8;
|
||||
|
@ -297,11 +297,11 @@ public final class c extends AppDialog {
|
|||
TextView textView3 = cVar6.h().h;
|
||||
m.checkNotNullExpressionValue(textView3, "binding.acceptGiftHeader");
|
||||
textView3.setText(c.a.k.b.k(cVar6, R.string.gift_confirmation_header_fail, new Object[0], null, 4));
|
||||
TextView textView4 = cVar6.h().f103c;
|
||||
TextView textView4 = cVar6.h().f108c;
|
||||
m.checkNotNullExpressionValue(textView4, "binding.acceptGiftBodyText");
|
||||
c.a.k.b.n(textView4, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4);
|
||||
if (redeemedFailed.getCanRetry()) {
|
||||
TextView textView5 = cVar6.h().f103c;
|
||||
TextView textView5 = cVar6.h().f108c;
|
||||
m.checkNotNullExpressionValue(textView5, "binding.acceptGiftBodyText");
|
||||
c.a.k.b.n(textView5, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4);
|
||||
MaterialButton materialButton5 = cVar6.h().d;
|
||||
|
@ -315,13 +315,13 @@ public final class c extends AppDialog {
|
|||
} else {
|
||||
Integer errorCode = redeemedFailed.getErrorCode();
|
||||
if (errorCode != null && errorCode.intValue() == 50054) {
|
||||
cVar6.h().f103c.setText(R.string.gift_confirmation_body_self_gift_no_payment);
|
||||
cVar6.h().f108c.setText(R.string.gift_confirmation_body_self_gift_no_payment);
|
||||
} else if (errorCode != null && errorCode.intValue() == 100024) {
|
||||
cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade);
|
||||
cVar6.h().f108c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade);
|
||||
} else if (errorCode != null && errorCode.intValue() == 100022) {
|
||||
cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_subscription_managed);
|
||||
cVar6.h().f108c.setText(R.string.gift_confirmation_body_error_subscription_managed);
|
||||
} else if (errorCode != null && errorCode.intValue() == 100025) {
|
||||
cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_invoice_open);
|
||||
cVar6.h().f108c.setText(R.string.gift_confirmation_body_error_invoice_open);
|
||||
}
|
||||
MaterialButton materialButton6 = cVar6.h().d;
|
||||
m.checkNotNullExpressionValue(materialButton6, "binding.acceptGiftConfirm");
|
||||
|
@ -376,8 +376,8 @@ public final class c extends AppDialog {
|
|||
progressBar.setVisibility(8);
|
||||
}
|
||||
|
||||
public final h4 h() {
|
||||
return (h4) this.k.getValue((Fragment) this, i[0]);
|
||||
public final i4 h() {
|
||||
return (i4) this.k.getValue((Fragment) this, i[0]);
|
||||
}
|
||||
|
||||
public final CharSequence i(ModelGift modelGift) {
|
||||
|
|
|
@ -124,7 +124,7 @@ public final class j {
|
|||
if (intent2 != null) {
|
||||
intent = intent2;
|
||||
} else if (parcelable != null) {
|
||||
intent = AnimatableValueParser.H2(parcelable);
|
||||
intent = AnimatableValueParser.I2(parcelable);
|
||||
}
|
||||
AppLog appLog = AppLog.g;
|
||||
String simpleName = context.getClass().getSimpleName();
|
||||
|
@ -163,7 +163,7 @@ public final class j {
|
|||
d0.z.d.m.checkNotNullExpressionValue(instantiate, "fragment");
|
||||
Bundle bundle = (Bundle) (!(parcelable instanceof Bundle) ? null : parcelable);
|
||||
if (bundle == null) {
|
||||
bundle = AnimatableValueParser.F2(parcelable);
|
||||
bundle = AnimatableValueParser.G2(parcelable);
|
||||
}
|
||||
instantiate.setArguments(bundle);
|
||||
}
|
||||
|
@ -197,7 +197,7 @@ public final class j {
|
|||
if (intent2 != null) {
|
||||
intent = intent2;
|
||||
} else if (parcelable != null) {
|
||||
intent = AnimatableValueParser.H2(parcelable);
|
||||
intent = AnimatableValueParser.I2(parcelable);
|
||||
}
|
||||
activityResultLauncher.launch(a(context, cls, intent));
|
||||
}
|
||||
|
|
|
@ -6,8 +6,9 @@ import androidx.annotation.NonNull;
|
|||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.discord.views.LoadingButton;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: LayoutAgeVerifyUnderageBinding */
|
||||
/* compiled from: LayoutAgeVerifyConfirmBinding */
|
||||
public final class a0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
|
@ -16,15 +17,18 @@ public final class a0 implements ViewBinding {
|
|||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final LinkifiedTextView f60c;
|
||||
public final LoadingButton f60c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
public final LinkifiedTextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
|
||||
public a0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
public a0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) {
|
||||
this.a = constraintLayout;
|
||||
this.b = materialButton;
|
||||
this.f60c = linkifiedTextView;
|
||||
this.d = textView2;
|
||||
this.f60c = loadingButton;
|
||||
this.d = linkifiedTextView;
|
||||
this.e = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -2,21 +2,21 @@ package c.a.i;
|
|||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: PremiumUpgradeYearlyDialogBinding */
|
||||
/* compiled from: PremiumGuildUpgradeDialogBinding */
|
||||
public final class a1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final RelativeLayout a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f61c;
|
||||
public final ImageView f61c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
|
@ -24,10 +24,10 @@ public final class a1 implements ViewBinding {
|
|||
@NonNull
|
||||
public final MaterialButton f;
|
||||
|
||||
public a1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) {
|
||||
this.a = linearLayout;
|
||||
this.b = imageView;
|
||||
this.f61c = textView;
|
||||
public a1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) {
|
||||
this.a = relativeLayout;
|
||||
this.b = textView;
|
||||
this.f61c = imageView;
|
||||
this.d = textView2;
|
||||
this.e = textView3;
|
||||
this.f = materialButton;
|
||||
|
|
|
@ -1,41 +1,16 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.Barrier;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewDiscoveryStageCardBodyBinding */
|
||||
/* compiled from: ViewCodeVerificationTextBinding */
|
||||
public final class a2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
public final TextView a;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final SimpleDraweeView f62c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final DiscoveryStageCardSpeakersView f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
|
||||
public a2(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull FrameLayout frameLayout, @NonNull TextView textView3, @NonNull DiscoveryStageCardSpeakersView discoveryStageCardSpeakersView, @NonNull TextView textView4) {
|
||||
this.a = view;
|
||||
this.b = textView;
|
||||
this.f62c = simpleDraweeView;
|
||||
this.d = textView2;
|
||||
this.e = textView3;
|
||||
this.f = discoveryStageCardSpeakersView;
|
||||
this.g = textView4;
|
||||
public a2(@NonNull TextView textView) {
|
||||
this.a = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,29 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ViewServerDiscoveryHeaderBinding */
|
||||
/* compiled from: ViewScreenTitleBinding */
|
||||
public final class a3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final FrameLayout f63c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
public final TextView f62c;
|
||||
|
||||
public a3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) {
|
||||
this.a = view;
|
||||
public a3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f63c = frameLayout;
|
||||
this.d = textView2;
|
||||
this.f62c = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,49 +1,32 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.R;
|
||||
/* compiled from: ViewUserStatusPresenceBinding */
|
||||
import com.discord.views.StatusView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewUserListItemBinding */
|
||||
public final class a4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f64c;
|
||||
public final TextView f63c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
|
||||
public a4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) {
|
||||
this.a = linearLayout;
|
||||
this.b = imageView;
|
||||
this.f64c = textView;
|
||||
this.d = textView2;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static a4 a(@NonNull View view) {
|
||||
int i = R.id.user_status_presence_dot;
|
||||
ImageView imageView = (ImageView) view.findViewById(R.id.user_status_presence_dot);
|
||||
if (imageView != null) {
|
||||
i = R.id.user_status_presence_subtitle;
|
||||
TextView textView = (TextView) view.findViewById(R.id.user_status_presence_subtitle);
|
||||
if (textView != null) {
|
||||
i = R.id.user_status_presence_title;
|
||||
TextView textView2 = (TextView) view.findViewById(R.id.user_status_presence_title);
|
||||
if (textView2 != null) {
|
||||
LinearLayout linearLayout = (LinearLayout) view;
|
||||
return new a4(linearLayout, imageView, textView, textView2, linearLayout);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
public final StatusView e;
|
||||
|
||||
public a4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) {
|
||||
this.a = view;
|
||||
this.b = simpleDraweeView;
|
||||
this.f63c = textView;
|
||||
this.d = textView2;
|
||||
this.e = statusView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -5,27 +5,22 @@ import android.widget.LinearLayout;
|
|||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.LoadingButton;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
import com.google.android.material.textfield.TextInputLayout;
|
||||
/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding */
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: WidgetDiscoveryStageCardSpeakerBinding */
|
||||
public final class a5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final LoadingButton f65c;
|
||||
@NonNull
|
||||
public final TextInputLayout d;
|
||||
public final TextView f64c;
|
||||
|
||||
public a5(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) {
|
||||
public a5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f65c = loadingButton;
|
||||
this.d = textInputLayout;
|
||||
this.b = simpleDraweeView;
|
||||
this.f64c = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -16,7 +16,7 @@ public final class b implements ViewBinding {
|
|||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final RadioGroup f66c;
|
||||
public final RadioGroup f65c;
|
||||
@NonNull
|
||||
public final MaterialRadioButton d;
|
||||
@NonNull
|
||||
|
@ -27,7 +27,7 @@ public final class b implements ViewBinding {
|
|||
public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialRadioButton;
|
||||
this.f66c = radioGroup;
|
||||
this.f65c = radioGroup;
|
||||
this.d = materialRadioButton2;
|
||||
this.e = materialRadioButton3;
|
||||
this.f = materialRadioButton4;
|
||||
|
|
|
@ -5,23 +5,26 @@ import android.widget.TextView;
|
|||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.phone.PhoneOrEmailInputView;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: LayoutContactSyncAddPhoneBinding */
|
||||
/* compiled from: LayoutAgeVerifyUnderageBinding */
|
||||
public final class b0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final PhoneOrEmailInputView b;
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f67c;
|
||||
public final LinkifiedTextView f66c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
|
||||
public b0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
public b0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = constraintLayout;
|
||||
this.b = phoneOrEmailInputView;
|
||||
this.f67c = materialButton;
|
||||
this.b = materialButton;
|
||||
this.f66c = linkifiedTextView;
|
||||
this.d = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,30 +1,36 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: PrivateChannelSideBarActionsViewBinding */
|
||||
/* compiled from: PremiumUpgradeYearlyDialogBinding */
|
||||
public final class b1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final ImageView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f68c;
|
||||
public final TextView f67c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final MaterialButton e;
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final MaterialButton f;
|
||||
|
||||
public b1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) {
|
||||
this.a = view;
|
||||
this.b = materialButton;
|
||||
this.f68c = materialButton2;
|
||||
this.d = materialButton3;
|
||||
this.e = materialButton4;
|
||||
public b1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) {
|
||||
this.a = linearLayout;
|
||||
this.b = imageView;
|
||||
this.f67c = textView;
|
||||
this.d = textView2;
|
||||
this.e = textView3;
|
||||
this.f = materialButton;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,29 +1,41 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.Barrier;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: ViewDiscoveryStageCardControlsBinding */
|
||||
import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewDiscoveryStageCardBodyBinding */
|
||||
public final class b2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f69c;
|
||||
public final SimpleDraweeView f68c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final DiscoveryStageCardSpeakersView f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
|
||||
public b2(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) {
|
||||
public b2(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull FrameLayout frameLayout, @NonNull TextView textView3, @NonNull DiscoveryStageCardSpeakersView discoveryStageCardSpeakersView, @NonNull TextView textView4) {
|
||||
this.a = view;
|
||||
this.b = materialButton;
|
||||
this.f69c = textView;
|
||||
this.d = materialButton2;
|
||||
this.b = textView;
|
||||
this.f68c = simpleDraweeView;
|
||||
this.d = textView2;
|
||||
this.e = textView3;
|
||||
this.f = discoveryStageCardSpeakersView;
|
||||
this.g = textView4;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,43 +1,29 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.Barrier;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.GuildView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: ViewServerDiscoveryItemBinding */
|
||||
/* compiled from: ViewServerDiscoveryHeaderBinding */
|
||||
public final class b3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f70c;
|
||||
public final FrameLayout f69c;
|
||||
@NonNull
|
||||
public final d3 d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final GuildView f;
|
||||
@NonNull
|
||||
public final ImageView g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
public final TextView d;
|
||||
|
||||
public b3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull d3 d3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) {
|
||||
public b3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) {
|
||||
this.a = view;
|
||||
this.b = materialButton;
|
||||
this.f70c = materialButton2;
|
||||
this.d = d3Var;
|
||||
this.e = textView;
|
||||
this.f = guildView;
|
||||
this.g = imageView;
|
||||
this.h = textView2;
|
||||
this.b = textView;
|
||||
this.f69c = frameLayout;
|
||||
this.d = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,30 +1,49 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.R;
|
||||
import com.discord.views.CutoutView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewUserSummaryItemBinding */
|
||||
/* compiled from: ViewUserStatusPresenceBinding */
|
||||
public final class b4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final CutoutView a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
|
||||
public b4(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) {
|
||||
this.a = cutoutView;
|
||||
this.b = simpleDraweeView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f70c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
|
||||
public b4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) {
|
||||
this.a = linearLayout;
|
||||
this.b = imageView;
|
||||
this.f70c = textView;
|
||||
this.d = textView2;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static b4 a(@NonNull View view) {
|
||||
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.avatar);
|
||||
if (simpleDraweeView != null) {
|
||||
return new b4((CutoutView) view, simpleDraweeView);
|
||||
int i = R.id.user_status_presence_dot;
|
||||
ImageView imageView = (ImageView) view.findViewById(R.id.user_status_presence_dot);
|
||||
if (imageView != null) {
|
||||
i = R.id.user_status_presence_subtitle;
|
||||
TextView textView = (TextView) view.findViewById(R.id.user_status_presence_subtitle);
|
||||
if (textView != null) {
|
||||
i = R.id.user_status_presence_title;
|
||||
TextView textView2 = (TextView) view.findViewById(R.id.user_status_presence_title);
|
||||
if (textView2 != null) {
|
||||
LinearLayout linearLayout = (LinearLayout) view;
|
||||
return new b4(linearLayout, imageView, textView, textView2, linearLayout);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.avatar)));
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,31 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
|
||||
/* compiled from: WidgetHomePanelCenterBinding */
|
||||
import com.discord.views.LoadingButton;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
import com.google.android.material.textfield.TextInputLayout;
|
||||
/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding */
|
||||
public final class b5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final RoundedRelativeLayout a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final c5 b;
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final FragmentContainerView f71c;
|
||||
public final LoadingButton f71c;
|
||||
@NonNull
|
||||
public final TextInputLayout d;
|
||||
|
||||
public b5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull c5 c5Var, @NonNull FragmentContainerView fragmentContainerView) {
|
||||
this.a = roundedRelativeLayout;
|
||||
this.b = c5Var;
|
||||
this.f71c = fragmentContainerView;
|
||||
public b5(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f71c = loadingButton;
|
||||
this.d = textInputLayout;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,33 +1,27 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.LoadingButton;
|
||||
/* compiled from: LayoutContactSyncLandingBinding */
|
||||
import com.discord.views.phone.PhoneOrEmailInputView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: LayoutContactSyncAddPhoneBinding */
|
||||
public final class c0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final PhoneOrEmailInputView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final LoadingButton f73c;
|
||||
@NonNull
|
||||
public final View d;
|
||||
@NonNull
|
||||
public final g0 e;
|
||||
public final MaterialButton f73c;
|
||||
|
||||
public c0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull g0 g0Var) {
|
||||
public c0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = constraintLayout;
|
||||
this.b = textView;
|
||||
this.f73c = loadingButton;
|
||||
this.d = view;
|
||||
this.e = g0Var;
|
||||
this.b = phoneOrEmailInputView;
|
||||
this.f73c = materialButton;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,16 +1,30 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ReactionQuickAddBinding */
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: PrivateChannelSideBarActionsViewBinding */
|
||||
public final class c1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ImageView a;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
public c1(@NonNull ImageView imageView, @NonNull ImageView imageView2) {
|
||||
this.a = imageView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f74c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
@NonNull
|
||||
public final MaterialButton e;
|
||||
|
||||
public c1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) {
|
||||
this.a = view;
|
||||
this.b = materialButton;
|
||||
this.f74c = materialButton2;
|
||||
this.d = materialButton3;
|
||||
this.e = materialButton4;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,19 +1,29 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.discovery.speakers.SpeakersRecyclerView;
|
||||
/* compiled from: ViewDiscoveryStageCardSpeakersBinding */
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: ViewDiscoveryStageCardControlsBinding */
|
||||
public final class c2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SpeakersRecyclerView b;
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
public c2(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) {
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f75c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
|
||||
public c2(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) {
|
||||
this.a = view;
|
||||
this.b = speakersRecyclerView;
|
||||
this.b = materialButton;
|
||||
this.f75c = textView;
|
||||
this.d = materialButton2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,38 +1,43 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.GridLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.Barrier;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.GuildView;
|
||||
/* compiled from: ViewServerFolderBinding */
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: ViewServerDiscoveryItemBinding */
|
||||
public final class c3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final GuildView f74c;
|
||||
public final MaterialButton f76c;
|
||||
@NonNull
|
||||
public final GuildView d;
|
||||
public final e3 d;
|
||||
@NonNull
|
||||
public final GuildView e;
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final GuildView f;
|
||||
@NonNull
|
||||
public final GridLayout g;
|
||||
public final ImageView g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
|
||||
public c3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) {
|
||||
public c3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull e3 e3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
this.f74c = guildView;
|
||||
this.d = guildView2;
|
||||
this.e = guildView3;
|
||||
this.f = guildView4;
|
||||
this.g = gridLayout;
|
||||
this.b = materialButton;
|
||||
this.f76c = materialButton2;
|
||||
this.d = e3Var;
|
||||
this.e = textView;
|
||||
this.f = guildView;
|
||||
this.g = imageView;
|
||||
this.h = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,30 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.facebook.drawee.span.SimpleDraweeSpanTextView;
|
||||
/* compiled from: ViewUsernameBinding */
|
||||
import com.discord.R;
|
||||
import com.discord.views.CutoutView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewUserSummaryItemBinding */
|
||||
public final class c4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
public final CutoutView a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final SimpleDraweeView b;
|
||||
|
||||
public c4(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) {
|
||||
this.a = cutoutView;
|
||||
this.b = simpleDraweeView;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final SimpleDraweeSpanTextView f75c;
|
||||
|
||||
public c4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
|
||||
this.a = view;
|
||||
this.b = textView;
|
||||
this.f75c = simpleDraweeSpanTextView;
|
||||
public static c4 a(@NonNull View view) {
|
||||
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.avatar);
|
||||
if (simpleDraweeView != null) {
|
||||
return new c4((CutoutView) view, simpleDraweeView);
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.avatar)));
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,33 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.view.ViewStub;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.appbar.AppBarLayout;
|
||||
/* compiled from: WidgetHomePanelCenterChatBinding */
|
||||
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
|
||||
/* compiled from: WidgetHomePanelCenterBinding */
|
||||
public final class c5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
public final RoundedRelativeLayout a;
|
||||
@NonNull
|
||||
public final ViewStub b;
|
||||
public final d5 b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final d5 f76c;
|
||||
@NonNull
|
||||
public final FragmentContainerView d;
|
||||
@NonNull
|
||||
public final FragmentContainerView e;
|
||||
public final FragmentContainerView f77c;
|
||||
|
||||
public c5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull d5 d5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) {
|
||||
this.a = constraintLayout;
|
||||
this.b = viewStub2;
|
||||
this.f76c = d5Var;
|
||||
this.d = fragmentContainerView;
|
||||
this.e = fragmentContainerView4;
|
||||
public c5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull d5 d5Var, @NonNull FragmentContainerView fragmentContainerView) {
|
||||
this.a = roundedRelativeLayout;
|
||||
this.b = d5Var;
|
||||
this.f77c = fragmentContainerView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -15,14 +15,14 @@ public final class d implements ViewBinding {
|
|||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final SimpleDraweeView f77c;
|
||||
public final SimpleDraweeView f78c;
|
||||
@NonNull
|
||||
public final MaterialTextView d;
|
||||
|
||||
public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) {
|
||||
this.a = constraintLayout;
|
||||
this.b = materialTextView;
|
||||
this.f77c = simpleDraweeView;
|
||||
this.f78c = simpleDraweeView;
|
||||
this.d = materialTextView2;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.LoadingButton;
|
||||
import com.google.android.material.textfield.TextInputEditText;
|
||||
import com.google.android.material.textfield.TextInputLayout;
|
||||
/* compiled from: LayoutContactSyncNameInputBinding */
|
||||
/* compiled from: LayoutContactSyncLandingBinding */
|
||||
public final class d0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final TextInputEditText b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextInputLayout f78c;
|
||||
public final LoadingButton f79c;
|
||||
@NonNull
|
||||
public final LoadingButton d;
|
||||
public final View d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
public final h0 e;
|
||||
|
||||
public d0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
public d0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull h0 h0Var) {
|
||||
this.a = constraintLayout;
|
||||
this.b = textInputEditText;
|
||||
this.f78c = textInputLayout;
|
||||
this.d = loadingButton;
|
||||
this.e = textView;
|
||||
this.b = textView;
|
||||
this.f79c = loadingButton;
|
||||
this.d = view;
|
||||
this.e = h0Var;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,33 +1,16 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextSwitcher;
|
||||
import android.widget.TextView;
|
||||
import android.widget.ImageView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.text.SimpleDraweeSpanTextView;
|
||||
/* compiled from: ReactionViewBinding */
|
||||
/* compiled from: ReactionQuickAddBinding */
|
||||
public final class d1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
public final ImageView a;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f79c;
|
||||
@NonNull
|
||||
public final TextSwitcher d;
|
||||
@NonNull
|
||||
public final SimpleDraweeSpanTextView e;
|
||||
|
||||
public d1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f79c = textView2;
|
||||
this.d = textSwitcher;
|
||||
this.e = simpleDraweeSpanTextView;
|
||||
public d1(@NonNull ImageView imageView, @NonNull ImageView imageView2) {
|
||||
this.a = imageView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,19 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewDiscoveryStageCardTopHatBinding */
|
||||
import com.discord.views.discovery.speakers.SpeakersRecyclerView;
|
||||
/* compiled from: ViewDiscoveryStageCardSpeakersBinding */
|
||||
public final class d2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
public final SpeakersRecyclerView b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f80c;
|
||||
|
||||
public d2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
|
||||
public d2(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) {
|
||||
this.a = view;
|
||||
this.b = simpleDraweeView;
|
||||
this.f80c = textView;
|
||||
this.b = speakersRecyclerView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,55 +1,38 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.GridLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.R;
|
||||
/* compiled from: ViewServerMemberCountBinding */
|
||||
import com.discord.views.GuildView;
|
||||
/* compiled from: ViewServerFolderBinding */
|
||||
public final class d3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f81c;
|
||||
public final GuildView f80c;
|
||||
@NonNull
|
||||
public final ImageView d;
|
||||
public final GuildView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
public final GuildView e;
|
||||
@NonNull
|
||||
public final GuildView f;
|
||||
@NonNull
|
||||
public final GridLayout g;
|
||||
|
||||
public d3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) {
|
||||
this.a = linearLayout;
|
||||
public d3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
this.f81c = textView;
|
||||
this.d = imageView2;
|
||||
this.e = textView2;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static d3 a(@NonNull View view) {
|
||||
int i = R.id.item_invite_online_dot;
|
||||
ImageView imageView = (ImageView) view.findViewById(R.id.item_invite_online_dot);
|
||||
if (imageView != null) {
|
||||
i = R.id.item_invite_online_text;
|
||||
TextView textView = (TextView) view.findViewById(R.id.item_invite_online_text);
|
||||
if (textView != null) {
|
||||
i = R.id.item_invite_total_member_dot;
|
||||
ImageView imageView2 = (ImageView) view.findViewById(R.id.item_invite_total_member_dot);
|
||||
if (imageView2 != null) {
|
||||
i = R.id.item_invite_total_member_text;
|
||||
TextView textView2 = (TextView) view.findViewById(R.id.item_invite_total_member_text);
|
||||
if (textView2 != null) {
|
||||
return new d3((LinearLayout) view, imageView, textView, imageView2, textView2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
this.f80c = guildView;
|
||||
this.d = guildView2;
|
||||
this.e = guildView3;
|
||||
this.f = guildView4;
|
||||
this.g = gridLayout;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,82 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.Space;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.VoiceUserView;
|
||||
import com.discord.views.calls.AppVideoStreamRenderer;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewVideoCallParticipantBinding */
|
||||
import com.facebook.drawee.span.SimpleDraweeSpanTextView;
|
||||
/* compiled from: ViewUsernameBinding */
|
||||
public final class d4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final View b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final View f82c;
|
||||
@NonNull
|
||||
public final ImageView d;
|
||||
@NonNull
|
||||
public final ConstraintLayout e;
|
||||
@NonNull
|
||||
public final ImageView f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
@NonNull
|
||||
public final TextView i;
|
||||
@NonNull
|
||||
public final ImageView j;
|
||||
@NonNull
|
||||
public final ConstraintLayout k;
|
||||
@NonNull
|
||||
public final TextView l;
|
||||
@NonNull
|
||||
public final SimpleDraweeView m;
|
||||
@NonNull
|
||||
public final TextView n;
|
||||
@NonNull
|
||||
public final TextView o;
|
||||
@NonNull
|
||||
public final ProgressBar p;
|
||||
@NonNull
|
||||
public final AppVideoStreamRenderer q;
|
||||
@NonNull
|
||||
public final LinearLayout r;
|
||||
@NonNull
|
||||
public final SimpleDraweeSpanTextView f81c;
|
||||
|
||||
/* renamed from: s reason: collision with root package name */
|
||||
public final VoiceUserView f83s;
|
||||
|
||||
public d4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) {
|
||||
public d4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
|
||||
this.a = view;
|
||||
this.b = view2;
|
||||
this.f82c = view3;
|
||||
this.d = imageView;
|
||||
this.e = constraintLayout;
|
||||
this.f = imageView2;
|
||||
this.g = textView;
|
||||
this.h = textView2;
|
||||
this.i = textView3;
|
||||
this.j = imageView3;
|
||||
this.k = constraintLayout2;
|
||||
this.l = textView5;
|
||||
this.m = simpleDraweeView;
|
||||
this.n = textView6;
|
||||
this.o = textView7;
|
||||
this.p = progressBar;
|
||||
this.q = appVideoStreamRenderer;
|
||||
this.r = linearLayout2;
|
||||
this.f83s = voiceUserView;
|
||||
this.b = textView;
|
||||
this.f81c = simpleDraweeSpanTextView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,16 +1,33 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import android.view.ViewStub;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: WidgetHomePanelCenterContentUnreadBinding */
|
||||
import com.google.android.material.appbar.AppBarLayout;
|
||||
/* compiled from: WidgetHomePanelCenterChatBinding */
|
||||
public final class d5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final TextView a;
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final ViewStub b;
|
||||
@NonNull
|
||||
|
||||
public d5(@NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = textView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final e5 f82c;
|
||||
@NonNull
|
||||
public final FragmentContainerView d;
|
||||
@NonNull
|
||||
public final FragmentContainerView e;
|
||||
|
||||
public d5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull e5 e5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) {
|
||||
this.a = constraintLayout;
|
||||
this.b = viewStub2;
|
||||
this.f82c = e5Var;
|
||||
this.d = fragmentContainerView;
|
||||
this.e = fragmentContainerView4;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -15,12 +15,12 @@ public final class e implements ViewBinding {
|
|||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f84c;
|
||||
public final MaterialButton f83c;
|
||||
|
||||
public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f84c = materialButton;
|
||||
this.f83c = materialButton;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -4,25 +4,31 @@ import android.view.View;
|
|||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.discord.views.LoadingButton;
|
||||
/* compiled from: LayoutContactSyncSuggestionsBinding */
|
||||
import com.google.android.material.textfield.TextInputEditText;
|
||||
import com.google.android.material.textfield.TextInputLayout;
|
||||
/* compiled from: LayoutContactSyncNameInputBinding */
|
||||
public final class e0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final RecyclerView b;
|
||||
public final TextInputEditText b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final LoadingButton f85c;
|
||||
public final TextInputLayout f84c;
|
||||
@NonNull
|
||||
public final LoadingButton d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
|
||||
public e0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) {
|
||||
public e0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = constraintLayout;
|
||||
this.b = recyclerView;
|
||||
this.f85c = loadingButton;
|
||||
this.b = textInputEditText;
|
||||
this.f84c = textInputLayout;
|
||||
this.d = loadingButton;
|
||||
this.e = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,33 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextSwitcher;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.textfield.TextInputEditText;
|
||||
/* compiled from: SearchInputViewBinding */
|
||||
import com.discord.utilities.view.text.SimpleDraweeSpanTextView;
|
||||
/* compiled from: ReactionViewBinding */
|
||||
public final class e1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextInputEditText f86c;
|
||||
public final TextView f85c;
|
||||
@NonNull
|
||||
public final TextSwitcher d;
|
||||
@NonNull
|
||||
public final SimpleDraweeSpanTextView e;
|
||||
|
||||
public e1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
this.f86c = textInputEditText;
|
||||
public e1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f85c = textView2;
|
||||
this.d = textSwitcher;
|
||||
this.e = simpleDraweeSpanTextView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,35 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.Spinner;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.card.MaterialCardView;
|
||||
/* compiled from: ViewExperimentOverrideBinding */
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewDiscoveryStageCardTopHatBinding */
|
||||
public final class e2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final Spinner f87c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final TextView f;
|
||||
public final TextView f86c;
|
||||
|
||||
public e2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) {
|
||||
public e2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
|
||||
this.a = view;
|
||||
this.b = textView;
|
||||
this.f87c = spinner;
|
||||
this.d = textView2;
|
||||
this.e = textView3;
|
||||
this.f = textView4;
|
||||
this.b = simpleDraweeView;
|
||||
this.f86c = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,20 +1,55 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.Button;
|
||||
import android.widget.ScrollView;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ViewServerSettingsEmptyGuildRoleSubscriptionBinding */
|
||||
import com.discord.R;
|
||||
/* compiled from: ViewServerMemberCountBinding */
|
||||
public final class e3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ScrollView a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
@NonNull
|
||||
public final Button b;
|
||||
|
||||
public e3(@NonNull ScrollView scrollView, @NonNull Button button) {
|
||||
this.a = scrollView;
|
||||
this.b = button;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f87c;
|
||||
@NonNull
|
||||
public final ImageView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
|
||||
public e3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) {
|
||||
this.a = linearLayout;
|
||||
this.b = imageView;
|
||||
this.f87c = textView;
|
||||
this.d = imageView2;
|
||||
this.e = textView2;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static e3 a(@NonNull View view) {
|
||||
int i = R.id.item_invite_online_dot;
|
||||
ImageView imageView = (ImageView) view.findViewById(R.id.item_invite_online_dot);
|
||||
if (imageView != null) {
|
||||
i = R.id.item_invite_online_text;
|
||||
TextView textView = (TextView) view.findViewById(R.id.item_invite_online_text);
|
||||
if (textView != null) {
|
||||
i = R.id.item_invite_total_member_dot;
|
||||
ImageView imageView2 = (ImageView) view.findViewById(R.id.item_invite_total_member_dot);
|
||||
if (imageView2 != null) {
|
||||
i = R.id.item_invite_total_member_text;
|
||||
TextView textView2 = (TextView) view.findViewById(R.id.item_invite_total_member_text);
|
||||
if (textView2 != null) {
|
||||
return new e3((LinearLayout) view, imageView, textView, imageView2, textView2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,82 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.Space;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.VoiceUserView;
|
||||
import com.discord.views.calls.AppVideoStreamRenderer;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewVoiceUserBinding */
|
||||
/* compiled from: ViewVideoCallParticipantBinding */
|
||||
public final class e4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
public final View b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f88c;
|
||||
public final View f88c;
|
||||
@NonNull
|
||||
public final ImageView d;
|
||||
@NonNull
|
||||
public final ConstraintLayout e;
|
||||
@NonNull
|
||||
public final ImageView f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
@NonNull
|
||||
public final TextView i;
|
||||
@NonNull
|
||||
public final ImageView j;
|
||||
@NonNull
|
||||
public final ConstraintLayout k;
|
||||
@NonNull
|
||||
public final TextView l;
|
||||
@NonNull
|
||||
public final SimpleDraweeView m;
|
||||
@NonNull
|
||||
public final TextView n;
|
||||
@NonNull
|
||||
public final TextView o;
|
||||
@NonNull
|
||||
public final ProgressBar p;
|
||||
@NonNull
|
||||
public final AppVideoStreamRenderer q;
|
||||
@NonNull
|
||||
public final LinearLayout r;
|
||||
@NonNull
|
||||
|
||||
public e4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
|
||||
/* renamed from: s reason: collision with root package name */
|
||||
public final VoiceUserView f89s;
|
||||
|
||||
public e4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) {
|
||||
this.a = view;
|
||||
this.b = simpleDraweeView;
|
||||
this.f88c = textView;
|
||||
this.b = view2;
|
||||
this.f88c = view3;
|
||||
this.d = imageView;
|
||||
this.e = constraintLayout;
|
||||
this.f = imageView2;
|
||||
this.g = textView;
|
||||
this.h = textView2;
|
||||
this.i = textView3;
|
||||
this.j = imageView3;
|
||||
this.k = constraintLayout2;
|
||||
this.l = textView5;
|
||||
this.m = simpleDraweeView;
|
||||
this.n = textView6;
|
||||
this.o = textView7;
|
||||
this.p = progressBar;
|
||||
this.q = appVideoStreamRenderer;
|
||||
this.r = linearLayout2;
|
||||
this.f89s = voiceUserView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,27 +1,16 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: WidgetHomePanelLeftBinding */
|
||||
/* compiled from: WidgetHomePanelCenterContentUnreadBinding */
|
||||
public final class e5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final RelativeLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
public final TextView a;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final FragmentContainerView f89c;
|
||||
|
||||
public e5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) {
|
||||
this.a = relativeLayout;
|
||||
this.b = textView;
|
||||
this.f89c = fragmentContainerView2;
|
||||
public e5(@NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -4,23 +4,25 @@ import android.view.View;
|
|||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: LayoutContactSyncSuggestionsEmptyBinding */
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.discord.views.LoadingButton;
|
||||
/* compiled from: LayoutContactSyncSuggestionsBinding */
|
||||
public final class f0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final RecyclerView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f91c;
|
||||
public final LoadingButton f91c;
|
||||
|
||||
public f0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) {
|
||||
public f0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) {
|
||||
this.a = constraintLayout;
|
||||
this.b = materialButton;
|
||||
this.f91c = materialButton2;
|
||||
this.b = recyclerView;
|
||||
this.f91c = loadingButton;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,19 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import android.widget.ImageView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ServerSettingsMembersRoleSpinnerItemBinding */
|
||||
import com.google.android.material.textfield.TextInputEditText;
|
||||
/* compiled from: SearchInputViewBinding */
|
||||
public final class f1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final TextView a;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
|
||||
public f1(@NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = textView;
|
||||
this.b = textView2;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextInputEditText f92c;
|
||||
|
||||
public f1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
this.f92c = textInputEditText;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,35 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.Spinner;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewGuildBinding */
|
||||
import com.google.android.material.card.MaterialCardView;
|
||||
/* compiled from: ViewExperimentOverrideBinding */
|
||||
public final class f2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f92c;
|
||||
public final Spinner f93c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final TextView f;
|
||||
|
||||
public f2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
|
||||
public f2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) {
|
||||
this.a = view;
|
||||
this.b = simpleDraweeView;
|
||||
this.f92c = textView;
|
||||
this.b = textView;
|
||||
this.f93c = spinner;
|
||||
this.d = textView2;
|
||||
this.e = textView3;
|
||||
this.f = textView4;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,36 +1,20 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import android.widget.Button;
|
||||
import android.widget.ScrollView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.google.android.material.textfield.TextInputLayout;
|
||||
/* compiled from: ViewServerSettingsIconNameBinding */
|
||||
/* compiled from: ViewServerSettingsEmptyGuildRoleSubscriptionBinding */
|
||||
public final class f3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final ScrollView a;
|
||||
@NonNull
|
||||
public final Button b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextInputLayout f93c;
|
||||
@NonNull
|
||||
public final SimpleDraweeView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final TextView f;
|
||||
|
||||
public f3(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = constraintLayout;
|
||||
this.b = textView;
|
||||
this.f93c = textInputLayout;
|
||||
this.d = simpleDraweeView;
|
||||
this.e = textView2;
|
||||
this.f = textView3;
|
||||
public f3(@NonNull ScrollView scrollView, @NonNull Button button) {
|
||||
this.a = scrollView;
|
||||
this.b = button;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -4,21 +4,22 @@ import android.view.View;
|
|||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: VoiceUserLimitViewBinding */
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewVoiceUserBinding */
|
||||
public final class f4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f94c;
|
||||
|
||||
public f4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
public f4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
|
||||
this.a = view;
|
||||
this.b = textView;
|
||||
this.f94c = textView2;
|
||||
this.b = simpleDraweeView;
|
||||
this.f94c = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -2,19 +2,26 @@ package c.a.i;
|
|||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: WidgetHomePanelLoadingBinding */
|
||||
/* compiled from: WidgetHomePanelLeftBinding */
|
||||
public final class f5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final FrameLayout a;
|
||||
public final RelativeLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
|
||||
public f5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) {
|
||||
this.a = frameLayout;
|
||||
this.b = imageView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final FragmentContainerView f95c;
|
||||
|
||||
public f5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) {
|
||||
this.a = relativeLayout;
|
||||
this.b = textView;
|
||||
this.f95c = fragmentContainerView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -15,7 +15,7 @@ public final class g implements ViewBinding {
|
|||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f95c;
|
||||
public final TextView f96c;
|
||||
@NonNull
|
||||
public final SimpleDraweeView d;
|
||||
@NonNull
|
||||
|
@ -24,7 +24,7 @@ public final class g implements ViewBinding {
|
|||
public g(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
this.f95c = textView;
|
||||
this.f96c = textView;
|
||||
this.d = simpleDraweeView;
|
||||
this.e = textView2;
|
||||
}
|
||||
|
|
|
@ -1,46 +1,26 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.R;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.discord.views.CheckedSetting;
|
||||
/* compiled from: LayoutContactSyncToggleInfoBinding */
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: LayoutContactSyncSuggestionsEmptyBinding */
|
||||
public final class g0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final LinkifiedTextView b;
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final CheckedSetting f96c;
|
||||
public final MaterialButton f97c;
|
||||
|
||||
public g0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) {
|
||||
this.a = linearLayout;
|
||||
this.b = linkifiedTextView;
|
||||
this.f96c = checkedSetting;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static g0 a(@NonNull View view) {
|
||||
int i = R.id.contact_sync_discovery_info_1;
|
||||
TextView textView = (TextView) view.findViewById(R.id.contact_sync_discovery_info_1);
|
||||
if (textView != null) {
|
||||
i = R.id.contact_sync_discovery_info_2;
|
||||
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.contact_sync_discovery_info_2);
|
||||
if (linkifiedTextView != null) {
|
||||
i = R.id.contact_sync_discovery_toggle;
|
||||
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.contact_sync_discovery_toggle);
|
||||
if (checkedSetting != null) {
|
||||
return new g0((LinearLayout) view, textView, linkifiedTextView, checkedSetting);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
public g0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) {
|
||||
this.a = constraintLayout;
|
||||
this.b = materialButton;
|
||||
this.f97c = materialButton2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -4,7 +4,7 @@ import android.view.View;
|
|||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ServerSettingsMembersRoleSpinnerItemOpenBinding */
|
||||
/* compiled from: ServerSettingsMembersRoleSpinnerItemBinding */
|
||||
public final class g1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final TextView a;
|
||||
|
|
|
@ -1,21 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ViewInteractionFailedLabelBinding */
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: ViewGuildBinding */
|
||||
public final class g2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
|
||||
public g2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) {
|
||||
this.a = constraintLayout;
|
||||
this.b = textView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f98c;
|
||||
|
||||
public g2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
|
||||
this.a = view;
|
||||
this.b = simpleDraweeView;
|
||||
this.f98c = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,36 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.CheckedSetting;
|
||||
/* compiled from: ViewServerSettingsNotificationsBinding */
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.google.android.material.textfield.TextInputLayout;
|
||||
/* compiled from: ViewServerSettingsIconNameBinding */
|
||||
public final class g3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final CheckedSetting b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final CheckedSetting f97c;
|
||||
public final TextInputLayout f99c;
|
||||
@NonNull
|
||||
public final SimpleDraweeView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final TextView f;
|
||||
|
||||
public g3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) {
|
||||
this.a = linearLayout;
|
||||
this.b = checkedSetting;
|
||||
this.f97c = checkedSetting2;
|
||||
public g3(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = constraintLayout;
|
||||
this.b = textView;
|
||||
this.f99c = textInputLayout;
|
||||
this.d = simpleDraweeView;
|
||||
this.e = textView2;
|
||||
this.f = textView3;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,28 +1,24 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.SeekBar;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: VolumeSliderViewBinding */
|
||||
/* compiled from: VoiceUserLimitViewBinding */
|
||||
public final class g4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final ImageView f98c;
|
||||
@NonNull
|
||||
public final SeekBar d;
|
||||
public final TextView f100c;
|
||||
|
||||
public g4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) {
|
||||
public g4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
this.f98c = imageView2;
|
||||
this.d = seekBar;
|
||||
this.b = textView;
|
||||
this.f100c = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -2,25 +2,19 @@ package c.a.i;
|
|||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
|
||||
/* compiled from: WidgetHomePanelRightBinding */
|
||||
/* compiled from: WidgetHomePanelLoadingBinding */
|
||||
public final class g5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final FrameLayout a;
|
||||
@NonNull
|
||||
public final RoundedRelativeLayout b;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final FragmentContainerView f99c;
|
||||
|
||||
public g5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) {
|
||||
public g5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) {
|
||||
this.a = frameLayout;
|
||||
this.b = roundedRelativeLayout;
|
||||
this.f99c = fragmentContainerView3;
|
||||
this.b = imageView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -14,14 +14,14 @@ public final class h implements ViewBinding {
|
|||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f100c;
|
||||
public final TextView f101c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
|
||||
public h(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f100c = textView2;
|
||||
this.f101c = textView2;
|
||||
this.d = textView3;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,21 +1,46 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.CodeVerificationView;
|
||||
/* compiled from: LayoutContactSyncVerifyPhoneBinding */
|
||||
import com.discord.R;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.discord.views.CheckedSetting;
|
||||
/* compiled from: LayoutContactSyncToggleInfoBinding */
|
||||
public final class h0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final LinkifiedTextView b;
|
||||
@NonNull
|
||||
public final CodeVerificationView b;
|
||||
|
||||
public h0(@NonNull ConstraintLayout constraintLayout, @NonNull CodeVerificationView codeVerificationView, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = constraintLayout;
|
||||
this.b = codeVerificationView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final CheckedSetting f102c;
|
||||
|
||||
public h0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) {
|
||||
this.a = linearLayout;
|
||||
this.b = linkifiedTextView;
|
||||
this.f102c = checkedSetting;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static h0 a(@NonNull View view) {
|
||||
int i = R.id.contact_sync_discovery_info_1;
|
||||
TextView textView = (TextView) view.findViewById(R.id.contact_sync_discovery_info_1);
|
||||
if (textView != null) {
|
||||
i = R.id.contact_sync_discovery_info_2;
|
||||
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.contact_sync_discovery_info_2);
|
||||
if (linkifiedTextView != null) {
|
||||
i = R.id.contact_sync_discovery_toggle;
|
||||
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.contact_sync_discovery_toggle);
|
||||
if (checkedSetting != null) {
|
||||
return new h0((LinearLayout) view, textView, linkifiedTextView, checkedSetting);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ShinyButtonBinding */
|
||||
/* compiled from: ServerSettingsMembersRoleSpinnerItemOpenBinding */
|
||||
public final class h1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final RelativeLayout a;
|
||||
public final TextView a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
|
||||
public h1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView) {
|
||||
this.a = relativeLayout;
|
||||
this.b = textView;
|
||||
public h1(@NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = textView;
|
||||
this.b = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,21 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: ViewLoadingButtonBinding */
|
||||
/* compiled from: ViewInteractionFailedLabelBinding */
|
||||
public final class h2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final ProgressBar f101c;
|
||||
|
||||
public h2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) {
|
||||
this.a = view;
|
||||
this.b = materialButton;
|
||||
this.f101c = progressBar;
|
||||
public h2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) {
|
||||
this.a = constraintLayout;
|
||||
this.b = textView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,29 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ViewServerSettingsRegionBinding */
|
||||
import com.discord.views.CheckedSetting;
|
||||
/* compiled from: ViewServerSettingsNotificationsBinding */
|
||||
public final class h3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final CheckedSetting b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final ImageView f102c;
|
||||
@NonNull
|
||||
public final LinearLayout d;
|
||||
public final CheckedSetting f103c;
|
||||
|
||||
public h3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) {
|
||||
public h3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f102c = imageView;
|
||||
this.d = linearLayout2;
|
||||
this.b = checkedSetting;
|
||||
this.f103c = checkedSetting2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,48 +1,28 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.TextView;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.SeekBar;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.app.AppViewFlipper;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: WidgetAcceptGiftDialogBinding */
|
||||
/* compiled from: VolumeSliderViewBinding */
|
||||
public final class h4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
public final ImageView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f103c;
|
||||
public final ImageView f104c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
@NonNull
|
||||
public final LinearLayout e;
|
||||
@NonNull
|
||||
public final LinkifiedTextView f;
|
||||
@NonNull
|
||||
public final AppViewFlipper g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
@NonNull
|
||||
public final ProgressBar i;
|
||||
public final SeekBar d;
|
||||
|
||||
public h4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) {
|
||||
this.a = linearLayout;
|
||||
this.b = simpleDraweeView;
|
||||
this.f103c = textView;
|
||||
this.d = materialButton;
|
||||
this.e = linearLayout3;
|
||||
this.f = linkifiedTextView;
|
||||
this.g = appViewFlipper;
|
||||
this.h = textView2;
|
||||
this.i = progressBar;
|
||||
public h4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
this.f104c = imageView2;
|
||||
this.d = seekBar;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,29 +1,26 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import android.widget.FrameLayout;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.core.widget.NestedScrollView;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
/* compiled from: WidgetHubEmailFlowConfirmationBinding */
|
||||
import com.discord.utilities.view.rounded.RoundedRelativeLayout;
|
||||
/* compiled from: WidgetHomePanelRightBinding */
|
||||
public final class h5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final NestedScrollView a;
|
||||
public final FrameLayout a;
|
||||
@NonNull
|
||||
public final LinkifiedTextView b;
|
||||
public final RoundedRelativeLayout b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f104c;
|
||||
@NonNull
|
||||
public final LinkifiedTextView d;
|
||||
public final FragmentContainerView f105c;
|
||||
|
||||
public h5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) {
|
||||
this.a = nestedScrollView;
|
||||
this.b = linkifiedTextView;
|
||||
this.f104c = textView;
|
||||
this.d = linkifiedTextView2;
|
||||
public h5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) {
|
||||
this.a = frameLayout;
|
||||
this.b = roundedRelativeLayout;
|
||||
this.f105c = fragmentContainerView3;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,59 +1,21 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.constraintlayout.widget.Group;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.R;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: LayoutIconUploaderBinding */
|
||||
import com.discord.views.CodeVerificationView;
|
||||
/* compiled from: LayoutContactSyncVerifyPhoneBinding */
|
||||
public final class i0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
public final CodeVerificationView b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final Group f105c;
|
||||
|
||||
public i0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) {
|
||||
public i0(@NonNull ConstraintLayout constraintLayout, @NonNull CodeVerificationView codeVerificationView, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = constraintLayout;
|
||||
this.b = simpleDraweeView;
|
||||
this.f105c = group;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static i0 a(@NonNull View view) {
|
||||
int i = R.id.icon_uploader_image;
|
||||
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.icon_uploader_image);
|
||||
if (simpleDraweeView != null) {
|
||||
i = R.id.icon_uploader_placeholder_border;
|
||||
ImageView imageView = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_border);
|
||||
if (imageView != null) {
|
||||
i = R.id.icon_uploader_placeholder_icon;
|
||||
ImageView imageView2 = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_icon);
|
||||
if (imageView2 != null) {
|
||||
i = R.id.icon_uploader_placeholder_text;
|
||||
TextView textView = (TextView) view.findViewById(R.id.icon_uploader_placeholder_text);
|
||||
if (textView != null) {
|
||||
i = R.id.icon_uploader_plus;
|
||||
ImageView imageView3 = (ImageView) view.findViewById(R.id.icon_uploader_plus);
|
||||
if (imageView3 != null) {
|
||||
i = R.id.placeholder_group;
|
||||
Group group = (Group) view.findViewById(R.id.placeholder_group);
|
||||
if (group != null) {
|
||||
return new i0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
this.b = codeVerificationView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,32 +1,20 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: SimpleConfirmationDialogBinding */
|
||||
/* compiled from: ShinyButtonBinding */
|
||||
public final class i1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final RelativeLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f106c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
|
||||
public i1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) {
|
||||
this.a = linearLayout;
|
||||
public i1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView) {
|
||||
this.a = relativeLayout;
|
||||
this.b = textView;
|
||||
this.f106c = materialButton;
|
||||
this.d = materialButton2;
|
||||
this.e = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,30 +1,25 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import android.widget.ProgressBar;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: ViewMobileReportBlockUserBinding */
|
||||
/* compiled from: ViewLoadingButtonBinding */
|
||||
public final class i2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f107c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
public final ProgressBar f106c;
|
||||
|
||||
public i2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = linearLayout;
|
||||
this.b = simpleDraweeView;
|
||||
this.f107c = materialButton;
|
||||
this.d = textView3;
|
||||
public i2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) {
|
||||
this.a = view;
|
||||
this.b = materialButton;
|
||||
this.f106c = progressBar;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,25 +1,29 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
/* compiled from: ViewServerSettingsRegionHelpBinding */
|
||||
/* compiled from: ViewServerSettingsRegionBinding */
|
||||
public final class i3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final LinkifiedTextView b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final LinearLayout f108c;
|
||||
public final ImageView f107c;
|
||||
@NonNull
|
||||
public final LinearLayout d;
|
||||
|
||||
public i3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) {
|
||||
public i3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) {
|
||||
this.a = linearLayout;
|
||||
this.b = linkifiedTextView;
|
||||
this.f108c = linearLayout2;
|
||||
this.b = textView;
|
||||
this.f107c = imageView;
|
||||
this.d = linearLayout2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -2,26 +2,47 @@ package c.a.i;
|
|||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.app.AppViewFlipper;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: WidgetAuthMfaInfoBinding */
|
||||
/* compiled from: WidgetAcceptGiftDialogBinding */
|
||||
public final class i4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final LinkifiedTextView f109c;
|
||||
public final TextView f108c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
@NonNull
|
||||
public final LinearLayout e;
|
||||
@NonNull
|
||||
public final LinkifiedTextView f;
|
||||
@NonNull
|
||||
public final AppViewFlipper g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
@NonNull
|
||||
public final ProgressBar i;
|
||||
|
||||
public i4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) {
|
||||
public i4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f109c = linkifiedTextView;
|
||||
this.b = simpleDraweeView;
|
||||
this.f108c = textView;
|
||||
this.d = materialButton;
|
||||
this.e = linearLayout3;
|
||||
this.f = linkifiedTextView;
|
||||
this.g = appViewFlipper;
|
||||
this.h = textView2;
|
||||
this.i = progressBar;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -5,16 +5,25 @@ import android.widget.TextView;
|
|||
import androidx.annotation.NonNull;
|
||||
import androidx.core.widget.NestedScrollView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: WidgetHubEmailFlowWaitlistBinding */
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
/* compiled from: WidgetHubEmailFlowConfirmationBinding */
|
||||
public final class i5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final NestedScrollView a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final LinkifiedTextView b;
|
||||
@NonNull
|
||||
|
||||
public i5(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) {
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f109c;
|
||||
@NonNull
|
||||
public final LinkifiedTextView d;
|
||||
|
||||
public i5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) {
|
||||
this.a = nestedScrollView;
|
||||
this.b = textView;
|
||||
this.b = linkifiedTextView;
|
||||
this.f109c = textView;
|
||||
this.d = linkifiedTextView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,38 +1,59 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.constraintlayout.widget.Group;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: LayoutPremiumSettingsPaymentBinding */
|
||||
import com.discord.R;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: LayoutIconUploaderBinding */
|
||||
public final class j0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final View f110c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final LinearLayout f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
public final Group f110c;
|
||||
|
||||
public j0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f110c = view;
|
||||
this.d = textView;
|
||||
this.e = textView2;
|
||||
this.f = linearLayout2;
|
||||
this.g = textView3;
|
||||
public j0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) {
|
||||
this.a = constraintLayout;
|
||||
this.b = simpleDraweeView;
|
||||
this.f110c = group;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static j0 a(@NonNull View view) {
|
||||
int i = R.id.icon_uploader_image;
|
||||
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.icon_uploader_image);
|
||||
if (simpleDraweeView != null) {
|
||||
i = R.id.icon_uploader_placeholder_border;
|
||||
ImageView imageView = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_border);
|
||||
if (imageView != null) {
|
||||
i = R.id.icon_uploader_placeholder_icon;
|
||||
ImageView imageView2 = (ImageView) view.findViewById(R.id.icon_uploader_placeholder_icon);
|
||||
if (imageView2 != null) {
|
||||
i = R.id.icon_uploader_placeholder_text;
|
||||
TextView textView = (TextView) view.findViewById(R.id.icon_uploader_placeholder_text);
|
||||
if (textView != null) {
|
||||
i = R.id.icon_uploader_plus;
|
||||
ImageView imageView3 = (ImageView) view.findViewById(R.id.icon_uploader_plus);
|
||||
if (imageView3 != null) {
|
||||
i = R.id.placeholder_group;
|
||||
Group group = (Group) view.findViewById(R.id.placeholder_group);
|
||||
if (group != null) {
|
||||
return new j0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,37 +1,32 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.premium.ShinyButton;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: SingleValuePropPremiumUpsellDialogBinding */
|
||||
/* compiled from: SimpleConfirmationDialogBinding */
|
||||
public final class j1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final ShinyButton f111c;
|
||||
public final MaterialButton f111c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
public final MaterialButton d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final ImageView f;
|
||||
|
||||
public j1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) {
|
||||
public j1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f111c = shinyButton;
|
||||
this.d = textView;
|
||||
this.b = textView;
|
||||
this.f111c = materialButton;
|
||||
this.d = materialButton2;
|
||||
this.e = textView2;
|
||||
this.f = imageView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,49 +1,30 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.R;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.discord.views.GuildView;
|
||||
/* compiled from: ViewMobileReportsChannelPreviewBinding */
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: ViewMobileReportBlockUserBinding */
|
||||
public final class j2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final GuildView b;
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f112c;
|
||||
public final MaterialButton f112c;
|
||||
@NonNull
|
||||
public final LinkifiedTextView d;
|
||||
public final TextView d;
|
||||
|
||||
public j2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) {
|
||||
this.a = constraintLayout;
|
||||
this.b = guildView;
|
||||
this.f112c = textView;
|
||||
this.d = linkifiedTextView;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static j2 a(@NonNull View view) {
|
||||
int i = R.id.image;
|
||||
GuildView guildView = (GuildView) view.findViewById(R.id.image);
|
||||
if (guildView != null) {
|
||||
i = R.id.kicker;
|
||||
TextView textView = (TextView) view.findViewById(R.id.kicker);
|
||||
if (textView != null) {
|
||||
i = R.id.text;
|
||||
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.text);
|
||||
if (linkifiedTextView != null) {
|
||||
return new j2((ConstraintLayout) view, guildView, textView, linkifiedTextView);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
public j2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = linearLayout;
|
||||
this.b = simpleDraweeView;
|
||||
this.f112c = materialButton;
|
||||
this.d = textView3;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -2,31 +2,24 @@ package c.a.i;
|
|||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.views.CheckedSetting;
|
||||
/* compiled from: ViewServerSettingsSystemChannelWrapBinding */
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
/* compiled from: ViewServerSettingsRegionHelpBinding */
|
||||
public final class j3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
public final LinkifiedTextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final CheckedSetting f113c;
|
||||
@NonNull
|
||||
public final CheckedSetting d;
|
||||
@NonNull
|
||||
public final LinearLayout e;
|
||||
public final LinearLayout f113c;
|
||||
|
||||
public j3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) {
|
||||
public j3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f113c = checkedSetting;
|
||||
this.d = checkedSetting2;
|
||||
this.e = linearLayout2;
|
||||
this.b = linkifiedTextView;
|
||||
this.f113c = linearLayout2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,18 +1,27 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: WidgetCallFullscreenAudioShareWarningBinding */
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: WidgetAuthMfaInfoBinding */
|
||||
public final class j4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
public final View b;
|
||||
|
||||
public j4(@NonNull View view, @NonNull View view2) {
|
||||
this.a = view;
|
||||
this.b = view2;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final LinkifiedTextView f114c;
|
||||
|
||||
public j4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f114c = linkifiedTextView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,32 +1,20 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.core.widget.NestedScrollView;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: WidgetMaskedLinksDialogBinding */
|
||||
/* compiled from: WidgetHubEmailFlowWaitlistBinding */
|
||||
public final class j5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
public final NestedScrollView a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f114c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
|
||||
public j5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = linearLayout;
|
||||
public j5(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) {
|
||||
this.a = nestedScrollView;
|
||||
this.b = textView;
|
||||
this.f114c = materialButton;
|
||||
this.d = materialButton2;
|
||||
this.e = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -2,15 +2,37 @@ package c.a.i;
|
|||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: LayoutVoiceBottomSheetEmptyBinding */
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: LayoutPremiumSettingsPaymentBinding */
|
||||
public final class k0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
|
||||
public k0(@NonNull LinearLayout linearLayout) {
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final View f116c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final LinearLayout f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
|
||||
public k0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f116c = view;
|
||||
this.d = textView;
|
||||
this.e = textView2;
|
||||
this.f = linearLayout2;
|
||||
this.g = textView3;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -2,18 +2,36 @@ package c.a.i;
|
|||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: SparkleViewBinding */
|
||||
import com.discord.views.premium.ShinyButton;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: SingleValuePropPremiumUpsellDialogBinding */
|
||||
public final class k1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final MaterialButton b;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
|
||||
public k1(@NonNull View view, @NonNull ImageView imageView) {
|
||||
this.a = view;
|
||||
this.b = imageView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final ShinyButton f117c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
@NonNull
|
||||
public final ImageView f;
|
||||
|
||||
public k1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f117c = shinyButton;
|
||||
this.d = textView;
|
||||
this.e = textView2;
|
||||
this.f = imageView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,21 +1,49 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.cardview.widget.CardView;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: ViewMobileReportsChildBinding */
|
||||
import com.discord.R;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.discord.views.GuildView;
|
||||
/* compiled from: ViewMobileReportsChannelPreviewBinding */
|
||||
public final class k2 implements ViewBinding {
|
||||
@NonNull
|
||||
public final FrameLayout a;
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final GuildView b;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
|
||||
public k2(@NonNull FrameLayout frameLayout, @NonNull CardView cardView, @NonNull TextView textView) {
|
||||
this.a = frameLayout;
|
||||
this.b = textView;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f118c;
|
||||
@NonNull
|
||||
public final LinkifiedTextView d;
|
||||
|
||||
public k2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) {
|
||||
this.a = constraintLayout;
|
||||
this.b = guildView;
|
||||
this.f118c = textView;
|
||||
this.d = linkifiedTextView;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static k2 a(@NonNull View view) {
|
||||
int i = R.id.image;
|
||||
GuildView guildView = (GuildView) view.findViewById(R.id.image);
|
||||
if (guildView != null) {
|
||||
i = R.id.kicker;
|
||||
TextView textView = (TextView) view.findViewById(R.id.kicker);
|
||||
if (textView != null) {
|
||||
i = R.id.text;
|
||||
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.text);
|
||||
if (linkifiedTextView != null) {
|
||||
return new k2((ConstraintLayout) view, guildView, textView, linkifiedTextView);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,44 +1,32 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.utilities.view.text.LinkifiedTextView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
import com.google.android.material.floatingactionbutton.FloatingActionButton;
|
||||
/* compiled from: ViewServerSettingsUploadBannerBinding */
|
||||
import com.discord.views.CheckedSetting;
|
||||
/* compiled from: ViewServerSettingsSystemChannelWrapBinding */
|
||||
public final class k3 implements ViewBinding {
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final FrameLayout b;
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f116c;
|
||||
public final CheckedSetting f119c;
|
||||
@NonNull
|
||||
public final SimpleDraweeView d;
|
||||
public final CheckedSetting d;
|
||||
@NonNull
|
||||
public final FloatingActionButton e;
|
||||
@NonNull
|
||||
public final LinkifiedTextView f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
public final LinearLayout e;
|
||||
|
||||
public k3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
public k3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) {
|
||||
this.a = linearLayout;
|
||||
this.b = frameLayout;
|
||||
this.f116c = textView;
|
||||
this.d = simpleDraweeView;
|
||||
this.e = floatingActionButton;
|
||||
this.f = linkifiedTextView;
|
||||
this.g = textView2;
|
||||
this.h = textView3;
|
||||
this.b = textView;
|
||||
this.f119c = checkedSetting;
|
||||
this.d = checkedSetting2;
|
||||
this.e = linearLayout2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,46 +1,18 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.RelativeLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView;
|
||||
import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView;
|
||||
/* compiled from: WidgetCallFullscreenPrivateCallBinding */
|
||||
/* compiled from: WidgetCallFullscreenAudioShareWarningBinding */
|
||||
public final class k4 implements ViewBinding {
|
||||
@NonNull
|
||||
public final RelativeLayout a;
|
||||
@NonNull
|
||||
public final PrivateCallBlurredGridView b;
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final View b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final TextView f117c;
|
||||
@NonNull
|
||||
public final RelativeLayout d;
|
||||
@NonNull
|
||||
public final LinearLayout e;
|
||||
@NonNull
|
||||
public final PrivateCallGridView f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
@NonNull
|
||||
public final TextView h;
|
||||
@NonNull
|
||||
public final TextView i;
|
||||
|
||||
public k4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) {
|
||||
this.a = relativeLayout;
|
||||
this.b = privateCallBlurredGridView;
|
||||
this.f117c = textView;
|
||||
this.d = relativeLayout2;
|
||||
this.e = linearLayout;
|
||||
this.f = privateCallGridView;
|
||||
this.g = textView2;
|
||||
this.h = textView3;
|
||||
this.i = textView4;
|
||||
public k4(@NonNull View view, @NonNull View view2) {
|
||||
this.a = view;
|
||||
this.b = view2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -1,16 +1,32 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.RadioButton;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding */
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
/* compiled from: WidgetMaskedLinksDialogBinding */
|
||||
public final class k5 implements ViewBinding {
|
||||
@NonNull
|
||||
public final RadioButton a;
|
||||
public final LinearLayout a;
|
||||
@NonNull
|
||||
public final TextView b;
|
||||
@NonNull
|
||||
|
||||
public k5(@NonNull RadioButton radioButton) {
|
||||
this.a = radioButton;
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaterialButton f120c;
|
||||
@NonNull
|
||||
public final MaterialButton d;
|
||||
@NonNull
|
||||
public final TextView e;
|
||||
|
||||
public k5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) {
|
||||
this.a = linearLayout;
|
||||
this.b = textView;
|
||||
this.f120c = materialButton;
|
||||
this.d = materialButton2;
|
||||
this.e = textView2;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -16,14 +16,14 @@ public final class l implements ViewBinding {
|
|||
@NonNull
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final MaxHeightRecyclerView f118c;
|
||||
public final MaxHeightRecyclerView f121c;
|
||||
@NonNull
|
||||
public final TextView d;
|
||||
|
||||
public l(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView) {
|
||||
this.a = linearLayout;
|
||||
this.b = materialButton;
|
||||
this.f118c = maxHeightRecyclerView;
|
||||
this.f121c = maxHeightRecyclerView;
|
||||
this.d = textView;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,39 +1,16 @@
|
|||
package c.a.i;
|
||||
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.TextView;
|
||||
import android.widget.LinearLayout;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.constraintlayout.widget.Barrier;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
/* compiled from: LayoutVoiceBottomSheetHeaderBinding */
|
||||
/* compiled from: LayoutVoiceBottomSheetEmptyBinding */
|
||||
public final class l0 implements ViewBinding {
|
||||
@NonNull
|
||||
public final ConstraintLayout a;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
@NonNull
|
||||
public final LinearLayout a;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final ImageView f119c;
|
||||
@NonNull
|
||||
public final ImageView d;
|
||||
@NonNull
|
||||
public final ImageView e;
|
||||
@NonNull
|
||||
public final TextView f;
|
||||
@NonNull
|
||||
public final TextView g;
|
||||
|
||||
public l0(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull TextView textView, @NonNull TextView textView2) {
|
||||
this.a = constraintLayout;
|
||||
this.b = imageView;
|
||||
this.f119c = imageView3;
|
||||
this.d = imageView4;
|
||||
this.e = imageView5;
|
||||
this.f = textView;
|
||||
this.g = textView2;
|
||||
public l0(@NonNull LinearLayout linearLayout) {
|
||||
this.a = linearLayout;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
|
@ -4,26 +4,16 @@ import android.view.View;
|
|||
import android.widget.ImageView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.viewbinding.ViewBinding;
|
||||
import com.discord.rlottie.RLottieImageView;
|
||||
import com.facebook.drawee.view.SimpleDraweeView;
|
||||
/* compiled from: StickerViewBinding */
|
||||
/* compiled from: SparkleViewBinding */
|
||||
public final class l1 implements ViewBinding {
|
||||
@NonNull
|
||||
public final View a;
|
||||
@NonNull
|
||||
public final SimpleDraweeView b;
|
||||
@NonNull
|
||||
public final ImageView b;
|
||||
|
||||
/* renamed from: c reason: collision with root package name */
|
||||
public final RLottieImageView f120c;
|
||||
@NonNull
|
||||
public final ImageView d;
|
||||
|
||||
public l1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) {
|
||||
public l1(@NonNull View view, @NonNull ImageView imageView) {
|
||||
this.a = view;
|
||||
this.b = simpleDraweeView;
|
||||
this.f120c = rLottieImageView;
|
||||
this.d = imageView;
|
||||
this.b = imageView;
|
||||
}
|
||||
|
||||
@Override // androidx.viewbinding.ViewBinding
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue