112.5 - Beta (112105)

This commit is contained in:
Juby210 2022-01-27 08:54:45 +00:00
parent 7a6c765d8a
commit 2483828a0b
3912 changed files with 24232 additions and 24112 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 30
versionCode 112104
versionName "112.4 - Beta"
versionCode 112105
versionName "112.5 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="112104" android:versionName="112.4 - Beta" 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="112105" android:versionName="112.5 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

View File

@ -65,7 +65,7 @@ public final class BlockRunner<T> {
if (this.cancellationJob == null) {
CoroutineScope coroutineScope = this.scope;
CoroutineDispatcher coroutineDispatcher = k0.a;
this.cancellationJob = f.H0(coroutineScope, n.f3797b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
this.cancellationJob = f.H0(coroutineScope, n.f3798b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
return;
}
throw new IllegalStateException("Cancel call cannot happen without a maybeRun".toString());

View File

@ -45,7 +45,7 @@ public final class CoroutineLiveData<T> extends MediatorLiveData<T> {
m.checkNotNullParameter(function2, "block");
t1 t1Var = new t1((Job) coroutineContext.get(Job.h));
CoroutineDispatcher coroutineDispatcher = k0.a;
this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3797b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1(this));
this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3798b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1(this));
}
/* JADX INFO: this call moved to the top of the method (can break code semantics) */

View File

@ -17,7 +17,7 @@ public final class CoroutineLiveDataKt {
public static final <T> Object addDisposableSource(MediatorLiveData<T> mediatorLiveData, LiveData<T> liveData, Continuation<? super EmittedSource> continuation) {
CoroutineDispatcher coroutineDispatcher = k0.a;
return f.C1(n.f3797b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation);
return f.C1(n.f3798b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation);
}
public static final <T> LiveData<T> liveData(CoroutineContext coroutineContext, long j, Function2<? super LiveDataScope<T>, ? super Continuation<? super Unit>, ? extends Object> function2) {

View File

@ -42,7 +42,7 @@ public final class DispatchQueue {
m.checkNotNullParameter(coroutineContext, "context");
m.checkNotNullParameter(runnable, "runnable");
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
if (H.isDispatchNeeded(coroutineContext) || canRun()) {
H.dispatch(coroutineContext, new DispatchQueue$dispatchAndEnqueue$$inlined$with$lambda$1(this, coroutineContext, runnable));
} else {

View File

@ -39,12 +39,12 @@ public final class EmittedSource implements m0 {
@Override // s.a.m0
public void dispose() {
CoroutineDispatcher coroutineDispatcher = k0.a;
f.H0(f.c(n.f3797b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null);
f.H0(f.c(n.f3798b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null);
}
public final Object disposeNow(Continuation<? super Unit> continuation) {
CoroutineDispatcher coroutineDispatcher = k0.a;
Object C1 = f.C1(n.f3797b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
Object C1 = f.C1(n.f3798b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
return C1 == c.getCOROUTINE_SUSPENDED() ? C1 : Unit.a;
}
}

View File

@ -146,7 +146,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
f b2 = b.i.a.f.e.o.f.b(-1, null, null, 6);
observer3 = new FlowLiveDataConversions$asFlow$1$observer$1(b2);
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
AnonymousClass1 r8 = new AnonymousClass1(this, observer3, null);
this.L$0 = eVar2;
this.L$1 = b2;
@ -171,7 +171,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
}
x0 x0Var = x0.j;
CoroutineDispatcher coroutineDispatcher2 = k0.a;
b.i.a.f.e.o.f.H0(x0Var, n.f3797b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var, n.f3798b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
return Unit.a;
} else if (i == 3) {
g gVar3 = (g) this.L$2;
@ -214,14 +214,14 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
}
x0 x0Var = x0.j;
CoroutineDispatcher coroutineDispatcher2 = k0.a;
b.i.a.f.e.o.f.H0(x0Var, n.f3797b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var, n.f3798b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
return Unit.a;
} catch (Throwable th2) {
th = th2;
observer = observer2;
x0 x0Var2 = x0.j;
CoroutineDispatcher coroutineDispatcher3 = k0.a;
b.i.a.f.e.o.f.H0(x0Var2, n.f3797b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3798b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
throw th;
}
}
@ -231,7 +231,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
flowLiveDataConversions$asFlow$1 = this;
x0 x0Var2 = x0.j;
CoroutineDispatcher coroutineDispatcher3 = k0.a;
b.i.a.f.e.o.f.H0(x0Var2, n.f3797b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3798b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
throw th;
}
} else {
@ -247,7 +247,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
flowLiveDataConversions$asFlow$1 = this;
x0 x0Var2 = x0.j;
CoroutineDispatcher coroutineDispatcher3 = k0.a;
b.i.a.f.e.o.f.H0(x0Var2, n.f3797b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3798b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
throw th;
}
try {
@ -263,7 +263,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
th = th5;
x0 x0Var2 = x0.j;
CoroutineDispatcher coroutineDispatcher3 = k0.a;
b.i.a.f.e.o.f.H0(x0Var2, n.f3797b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3798b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
throw th;
}
}

View File

@ -44,6 +44,6 @@ public final class LifecycleCoroutineScopeImpl extends LifecycleCoroutineScope i
public final void register() {
CoroutineDispatcher coroutineDispatcher = k0.a;
f.H0(this, n.f3797b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
f.H0(this, n.f3798b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
}
}

View File

@ -20,7 +20,7 @@ public final class LifecycleKt {
}
u d = f.d(null, 1);
CoroutineDispatcher coroutineDispatcher = k0.a;
lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3797b.H()));
lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3798b.H()));
} while (!lifecycle.mInternalScopeRef.compareAndSet(null, lifecycleCoroutineScopeImpl));
lifecycleCoroutineScopeImpl.register();
return lifecycleCoroutineScopeImpl;

View File

@ -20,7 +20,7 @@ public final class LiveDataScopeImpl<T> implements LiveDataScope<T> {
m.checkNotNullParameter(coroutineContext, "context");
this.target = coroutineLiveData;
CoroutineDispatcher coroutineDispatcher = k0.a;
this.coroutineContext = coroutineContext.plus(n.f3797b.H());
this.coroutineContext = coroutineContext.plus(n.f3798b.H());
}
@Override // androidx.lifecycle.LiveDataScope

View File

@ -20,7 +20,7 @@ public final class PausingDispatcher extends CoroutineDispatcher {
public boolean isDispatchNeeded(CoroutineContext coroutineContext) {
m.checkNotNullParameter(coroutineContext, "context");
CoroutineDispatcher coroutineDispatcher = k0.a;
if (n.f3797b.H().isDispatchNeeded(coroutineContext)) {
if (n.f3798b.H().isDispatchNeeded(coroutineContext)) {
return true;
}
return !this.dispatchQueue.canRun();

View File

@ -43,6 +43,6 @@ public final class PausingDispatcherKt {
public static final <T> Object whenStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function2<? super CoroutineScope, ? super Continuation<? super T>, ? extends Object> function2, Continuation<? super T> continuation) {
CoroutineDispatcher coroutineDispatcher = k0.a;
return f.C1(n.f3797b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
return f.C1(n.f3798b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
}
}

View File

@ -21,7 +21,7 @@ public final class ViewModelKt {
}
u d = f.d(null, 1);
CoroutineDispatcher coroutineDispatcher = k0.a;
Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3797b.H())));
Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3798b.H())));
m.checkNotNullExpressionValue(tagIfAbsent, "setTagIfAbsent(\n …Main.immediate)\n )");
return (CoroutineScope) tagIfAbsent;
}

View File

@ -35,7 +35,7 @@ public final class WithLifecycleStateKt {
public static final <R> Object withCreated(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
Lifecycle.State state = Lifecycle.State.CREATED;
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -52,7 +52,7 @@ public final class WithLifecycleStateKt {
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
Lifecycle.State state = Lifecycle.State.CREATED;
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -67,7 +67,7 @@ public final class WithLifecycleStateKt {
private static final Object withCreated$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) {
Lifecycle.State state = Lifecycle.State.CREATED;
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
@ -76,7 +76,7 @@ public final class WithLifecycleStateKt {
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
Lifecycle.State state = Lifecycle.State.CREATED;
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
@ -84,7 +84,7 @@ public final class WithLifecycleStateKt {
public static final <R> Object withResumed(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
Lifecycle.State state = Lifecycle.State.RESUMED;
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -101,7 +101,7 @@ public final class WithLifecycleStateKt {
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
Lifecycle.State state = Lifecycle.State.RESUMED;
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -116,7 +116,7 @@ public final class WithLifecycleStateKt {
private static final Object withResumed$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) {
Lifecycle.State state = Lifecycle.State.RESUMED;
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
@ -125,7 +125,7 @@ public final class WithLifecycleStateKt {
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
Lifecycle.State state = Lifecycle.State.RESUMED;
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
@ -133,7 +133,7 @@ public final class WithLifecycleStateKt {
public static final <R> Object withStarted(Lifecycle lifecycle, Function0<? extends R> function0, Continuation<? super R> continuation) {
Lifecycle.State state = Lifecycle.State.STARTED;
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -150,7 +150,7 @@ public final class WithLifecycleStateKt {
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
Lifecycle.State state = Lifecycle.State.STARTED;
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -165,7 +165,7 @@ public final class WithLifecycleStateKt {
private static final Object withStarted$$forInline(Lifecycle lifecycle, Function0 function0, Continuation continuation) {
Lifecycle.State state = Lifecycle.State.STARTED;
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
@ -174,7 +174,7 @@ public final class WithLifecycleStateKt {
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
Lifecycle.State state = Lifecycle.State.STARTED;
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
@ -182,7 +182,7 @@ public final class WithLifecycleStateKt {
public static final <R> Object withStateAtLeast(Lifecycle lifecycle, Lifecycle.State state, Function0<? extends R> function0, Continuation<? super R> continuation) {
if (state.compareTo(Lifecycle.State.CREATED) >= 0) {
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -201,7 +201,7 @@ public final class WithLifecycleStateKt {
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
if (state.compareTo(Lifecycle.State.CREATED) >= 0) {
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -220,7 +220,7 @@ public final class WithLifecycleStateKt {
throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString());
}
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
@ -231,14 +231,14 @@ public final class WithLifecycleStateKt {
throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString());
}
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}
public static final <R> Object withStateAtLeastUnchecked(Lifecycle lifecycle, Lifecycle.State state, Function0<? extends R> function0, Continuation<? super R> continuation) {
CoroutineDispatcher coroutineDispatcher = k0.a;
l1 H = n.f3797b.H();
l1 H = n.f3798b.H();
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
if (!isDispatchNeeded) {
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
@ -252,7 +252,7 @@ public final class WithLifecycleStateKt {
private static final Object withStateAtLeastUnchecked$$forInline(Lifecycle lifecycle, Lifecycle.State state, Function0 function0, Continuation continuation) {
CoroutineDispatcher coroutineDispatcher = k0.a;
n.f3797b.H();
n.f3798b.H();
d0.z.d.l.mark(3);
throw null;
}

View File

@ -197,7 +197,7 @@ public final class a extends AppDialog {
TextView textView2 = aVar.g().f;
m.checkNotNullExpressionValue(textView2, "binding.guildBoostUncancelHeader");
textView2.setText(aVar.getString(R.string.premium_guild_subscription_inventory_uncancel_title_mobile));
TextView textView3 = aVar.g().f189b;
TextView textView3 = aVar.g().f190b;
m.checkNotNullExpressionValue(textView3, "binding.guildBoostUncancelBody");
textView3.setText(aVar.getString(R.string.premium_guild_subscription_inventory_uncancel_description));
} else if (m.areEqual(cVar2, k.c.d.a)) {
@ -207,7 +207,7 @@ public final class a extends AppDialog {
ImageView imageView = aVar.g().g;
m.checkNotNullExpressionValue(imageView, "binding.guildBoostUncancelImage");
imageView.setVisibility(0);
TextView textView5 = aVar.g().f189b;
TextView textView5 = aVar.g().f190b;
m.checkNotNullExpressionValue(textView5, "binding.guildBoostUncancelBody");
textView5.setText(aVar.getString(R.string.premium_guild_subscription_inventory_uncancel_confirm_description));
aVar.g().c.setText(aVar.getString(R.string.okay));

View File

@ -194,11 +194,11 @@ public final class b extends AppDialog {
m.checkNotNullExpressionValue(requireContext, "requireContext()");
String renderUtcDate$default = TimeUtils.renderUtcDate$default(timeUtils, currentPeriodEnd, requireContext, (String) null, (DateFormat) null, 0, 28, (Object) null);
if (eVar.g) {
TextView textView2 = bVar.g().f183b;
TextView textView2 = bVar.g().f184b;
m.checkNotNullExpressionValue(textView2, "binding.guildBoostCancelBody");
b.a.k.b.n(textView2, R.string.premium_guild_subscription_cancel_body_inventory, new Object[]{renderUtcDate$default}, null, 4);
} else {
TextView textView3 = bVar.g().f183b;
TextView textView3 = bVar.g().f184b;
m.checkNotNullExpressionValue(textView3, "binding.guildBoostCancelBody");
b.a.k.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4);
}
@ -207,7 +207,7 @@ public final class b extends AppDialog {
TextView textView4 = bVar.g().f;
m.checkNotNullExpressionValue(textView4, "binding.guildBoostCancelHeader");
textView4.setText(bVar.getString(R.string.premium_guild_subscription_cancel_title_pending_cancellation));
TextView textView5 = bVar.g().f183b;
TextView textView5 = bVar.g().f184b;
m.checkNotNullExpressionValue(textView5, "binding.guildBoostCancelBody");
TimeUtils timeUtils2 = TimeUtils.INSTANCE;
String currentPeriodEnd2 = ((f.c.b) cVar2).f.getCurrentPeriodEnd();

View File

@ -126,7 +126,7 @@ public final class c extends AppDialog {
@Override // com.discord.app.AppDialog
public void onViewBoundOrOnResume() {
super.onViewBoundOrOnResume();
TextView textView = g().f177b;
TextView textView = g().f178b;
m.checkNotNullExpressionValue(textView, "binding.guildBoostActivatedBody1");
Bundle arguments = getArguments();
CharSequence charSequence = null;

View File

@ -145,10 +145,10 @@ public final class a extends AppDialog {
Context requireContext = requireContext();
m.checkNotNullExpressionValue(requireContext, "requireContext()");
b.a.k.b.n(textView2, R.string.premium_upsell_feature_free_guild_subscription, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, R.plurals.premium_upsell_feature_free_guild_subscription_numFreeGuildSubscriptions, 2, 2)}, null, 4);
TextView textView3 = g().f196b;
TextView textView3 = g().f197b;
m.checkNotNullExpressionValue(textView3, "binding.continueButton");
textView3.setVisibility(this.o ^ true ? 0 : 8);
g().f196b.setOnClickListener(new View$OnClickListenerC0006a(0, this));
g().f197b.setOnClickListener(new View$OnClickListenerC0006a(0, this));
g().f.setOnClickListener(new View$OnClickListenerC0006a(1, this));
g().c.setOnClickListener(new View$OnClickListenerC0006a(2, this));
}

View File

@ -199,7 +199,7 @@ public final class b extends AppDialog {
String string = arguments2 != null ? arguments2.getString("extra_object_type") : null;
Bundle arguments3 = getArguments();
g().d.setOnClickListener(new d(this, j2, valueOf, arguments3 != null ? arguments3.getString("extra_page") : null, string));
g().f202b.setOnClickListener(new a(0, this));
g().f203b.setOnClickListener(new a(0, this));
g().c.setOnClickListener(new a(1, this));
}
}

View File

@ -230,7 +230,7 @@ public final class c extends AppDialog {
m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader");
Bundle arguments2 = getArguments();
textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null);
TextView textView2 = g().f176b;
TextView textView2 = g().f177b;
m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellBody");
Bundle arguments3 = getArguments();
textView2.setText((arguments3 == null || (string = arguments3.getString("extra_body_text")) == null) ? "" : b.a.k.b.l(string, new Object[0], null, 2));
@ -437,7 +437,7 @@ public final class c extends AppDialog {
ViewPager2 viewPager22 = h().f;
m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager");
ViewPager2ExtensionsKt.setUpWithViewPager2$default(tabLayout2, viewPager22, null, 2, null);
h().f203b.setOnClickListener(new a(0, this));
h().f204b.setOnClickListener(new a(0, this));
MaterialButton materialButton = h().e;
m.checkNotNullExpressionValue(materialButton, "binding.premiumUpsellLearnMore");
materialButton.setVisibility(i() ? 0 : 8);

View File

@ -166,7 +166,7 @@ public final class d extends AppDialog {
m.checkNotNullExpressionValue(textView2, "binding.upsellBodyText");
textView2.setText(str);
}
g().f161b.setOnClickListener(new a(0, this));
g().f162b.setOnClickListener(new a(0, this));
g().c.setOnClickListener(new a(1, this));
}
}

View File

@ -144,7 +144,7 @@ public final class e extends AppDialog {
MaterialButton materialButton = g().f;
m.checkNotNullExpressionValue(materialButton, "binding.purchasePremiumYearly");
b.a.k.b.n(materialButton, R.string.premium_upsell_yearly_cta, new Object[]{this.n}, null, 4);
g().f95b.setImageResource(z2 ? R.drawable.img_premium_guild_subscription_purchase_header_tier_1 : R.drawable.img_premium_guild_subscription_purchase_header_tier_2);
g().f96b.setImageResource(z2 ? R.drawable.img_premium_guild_subscription_purchase_header_tier_1 : R.drawable.img_premium_guild_subscription_purchase_header_tier_2);
TextView textView3 = g().e;
m.checkNotNullExpressionValue(textView3, "binding.purchasePremiumMonthly");
textView3.setVisibility(this.o ^ true ? 0 : 8);

View File

@ -98,6 +98,6 @@ public final class g extends AppDialog {
m.checkNotNullExpressionValue(textView, "binding.premiumAndGuildBoostActivatedText");
b.a.k.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4);
requireDialog().setCanceledOnTouchOutside(true);
((c1) this.m.getValue((Fragment) this, kPropertyArr[0])).f88b.setOnClickListener(new c(this));
((c1) this.m.getValue((Fragment) this, kPropertyArr[0])).f89b.setOnClickListener(new c(this));
}
}

View File

@ -154,7 +154,7 @@ public final class a extends AppDialog {
m.checkNotNullParameter(aVar2, "p1");
a aVar3 = (a) this.receiver;
KProperty[] kPropertyArr = a.j;
SimpleDraweeView simpleDraweeView = aVar3.g().f191b;
SimpleDraweeView simpleDraweeView = aVar3.g().f192b;
m.checkNotNullExpressionValue(simpleDraweeView, "binding.userActionsDialogAvatar");
IconUtils.setIcon$default(simpleDraweeView, IconUtils.getForUser$default(aVar2.a, true, null, 4, null), 0, (Function1) null, aVar3.n, 12, (Object) null);
TextView textView = aVar3.g().f;

View File

@ -171,7 +171,7 @@ public final class e extends AppDialog {
TextView textView = h().e;
m.checkNotNullExpressionValue(textView, "binding.simpleConfirmationDialogTitle");
b.a.k.b.a(textView, g().j);
TextView textView2 = h().f155b;
TextView textView2 = h().f156b;
m.checkNotNullExpressionValue(textView2, "binding.simpleConfirmationDialogDescription");
b.a.k.b.a(textView2, g().k);
}

View File

@ -30,7 +30,7 @@ public final class c extends o implements Function1<StoreAudioManagerV2.State, U
List<DiscordAudioManager.AudioDevice> audioDevices = state2.getAudioDevices();
DiscordAudioManager.DeviceTypes activeAudioDevice = state2.getActiveAudioDevice();
DiscordAudioManager.DeviceTypes deviceTypes = DiscordAudioManager.DeviceTypes.BLUETOOTH_HEADSET;
dVar.updateViewState(new d.a.C0014a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2758b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2758b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2758b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2758b));
dVar.updateViewState(new d.a.C0014a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2759b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2759b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2759b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2759b));
return Unit.a;
}
}

View File

@ -164,7 +164,7 @@ public final class a extends AppDialog {
dismiss();
obj = Unit.a;
}
TextView textView = g().f152b;
TextView textView = g().f153b;
m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText");
b.a.k.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4);
g().c.setOnClickListener(new d(this));

View File

@ -122,6 +122,6 @@ public final class i extends AppDialog {
m.checkNotNullExpressionValue(textView3, "binding.connectedAccountActionsDialogOpenInBrowser");
textView3.setVisibility((string == null || string.length() == 0) ^ true ? 0 : 8);
g().d.setOnClickListener(new a(0, this, string));
g().f118b.setOnClickListener(new a(1, this, string2));
g().f119b.setOnClickListener(new a(1, this, string2));
}
}

View File

@ -96,7 +96,7 @@ public final class j extends AppDialog {
((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).c.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.l.getValue((Fragment) this, kPropertyArr[0])).f100b;
TextView textView = ((e) this.l.getValue((Fragment) this, kPropertyArr[0])).f101b;
m.checkNotNullExpressionValue(textView, "binding.cameraCapacityBody");
textView.setText(b.a.k.b.k(this, R.string.video_capacity_modal_body, new Object[]{String.valueOf(valueOf)}, null, 4));
}

View File

@ -167,6 +167,6 @@ public final class k extends AppDialog {
m.checkNotNullExpressionValue(instance, "calendar");
instance.setTimeInMillis(this.m);
g().c.init(instance.get(1), instance.get(2), instance.get(5), new c(this));
g().f139b.setOnClickListener(new d(this));
g().f140b.setOnClickListener(new d(this));
}
}

View File

@ -80,6 +80,6 @@ public final class m extends AppDialog {
public void onResume() {
super.onResume();
requireDialog().setCanceledOnTouchOutside(true);
((x) this.l.getValue((Fragment) this, j[0])).f221b.setOnClickListener(new c(this));
((x) this.l.getValue((Fragment) this, j[0])).f222b.setOnClickListener(new c(this));
}
}

View File

@ -175,7 +175,7 @@ public final class n extends AppDialog {
TextView textView = g().d;
m.checkNotNullExpressionValue(textView, "binding.dialogTitle");
textView.setText(getArgumentsOrDefault().getCharSequence("INTENT_DIALOG_TITLE", null));
g().f146b.setOnClickListener(new d(this));
g().f147b.setOnClickListener(new d(this));
CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS");
if (charSequenceArray != null) {
MaxHeightRecyclerView maxHeightRecyclerView = g().c;

View File

@ -212,6 +212,6 @@ public final class r extends AppDialog {
setCancelable(false);
g().c.setIsLoading(false);
g().c.setOnClickListener(new d(this, view));
g().f92b.setOnClickListener(new e(this));
g().f93b.setOnClickListener(new e(this));
}
}

View File

@ -9,7 +9,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt;
import b.a.a.w;
import b.a.d.f0;
import b.a.d.h0;
import b.a.i.y5;
import b.a.i.z5;
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, y5> {
public static final /* synthetic */ class b extends k implements Function1<View, z5> {
public static final b j = new b();
public b() {
super(1, y5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0);
super(1, z5.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 y5 invoke(View view) {
public z5 invoke(View view) {
View view2 = view;
m.checkNotNullParameter(view2, "p1");
int i = R.id.view_dialog_confirmation_confirm;
@ -67,7 +67,7 @@ public final class s extends AppDialog {
i = R.id.view_dialog_confirmation_text;
TextView textView2 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_text);
if (textView2 != null) {
return new y5((LinearLayout) view2, loadingButton, textView, textView2);
return new z5((LinearLayout) view2, loadingButton, textView, textView2);
}
}
}
@ -99,9 +99,9 @@ public final class s extends AppDialog {
TextView textView2 = sVar.g().d;
m.checkNotNullExpressionValue(textView2, "binding.viewDialogConfirmationText");
textView2.setText(sVar.getString(R.string.system_dm_urgent_message_modal_body));
sVar.g().f231b.setText(sVar.getString(R.string.okay));
sVar.g().f231b.setIsLoading(dVar2.f49b);
sVar.g().f231b.setOnClickListener(new t(sVar));
sVar.g().f238b.setText(sVar.getString(R.string.okay));
sVar.g().f238b.setIsLoading(dVar2.f49b);
sVar.g().f238b.setOnClickListener(new t(sVar));
return Unit.a;
}
}
@ -159,8 +159,8 @@ public final class s extends AppDialog {
this.m = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new k(1, f0Var), new h0(eVar));
}
public final y5 g() {
return (y5) this.l.getValue((Fragment) this, j[0]);
public final z5 g() {
return (z5) this.l.getValue((Fragment) this, j[0]);
}
public final w h() {

View File

@ -218,7 +218,7 @@ public final class a extends AppDialog {
String string3 = getArgumentsOrDefault().getString("ARG_GIFT_CODE", "");
m.checkNotNullExpressionValue(string3, "giftCode");
String generateGiftUrl = giftingUtils.generateGiftUrl(string3);
TextView textView2 = g().f170b;
TextView textView2 = g().f171b;
m.checkNotNullExpressionValue(textView2, "binding.giftEntitlementCode");
textView2.setText(generateGiftUrl);
g().d.setOnClickListener(new e(this, generateGiftUrl));

View File

@ -485,7 +485,7 @@ public final class c extends AppDialog {
RLottieImageView rLottieImageView = h().c;
m.checkNotNullExpressionValue(rLottieImageView, "binding.acceptGiftBodyLottie");
rLottieImageView.setVisibility(0);
SimpleDraweeView simpleDraweeView = h().f130b;
SimpleDraweeView simpleDraweeView = h().f131b;
m.checkNotNullExpressionValue(simpleDraweeView, "binding.acceptGiftBodyImage");
simpleDraweeView.setVisibility(8);
RLottieImageView rLottieImageView2 = h().c;
@ -507,7 +507,7 @@ public final class c extends AppDialog {
m.checkNotNullExpressionValue(rLottieImageView2, "binding.acceptGiftBodyLo… }\n }\n }");
} else {
MGImages mGImages = MGImages.INSTANCE;
SimpleDraweeView simpleDraweeView2 = h().f130b;
SimpleDraweeView simpleDraweeView2 = h().f131b;
m.checkNotNullExpressionValue(simpleDraweeView2, "binding.acceptGiftBodyImage");
MGImages.setImage$default(mGImages, simpleDraweeView2, PremiumUtils.INSTANCE.getNitroGiftIcon(modelGift), (MGImages.ChangeDetector) null, 4, (Object) null);
}
@ -517,7 +517,7 @@ public final class c extends AppDialog {
ModelStoreListing storeListing2 = modelGift.getStoreListing();
str = IconUtils.getApplicationIcon$default((storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? 0 : sku2.getApplicationId(), f2, 0, 4, (Object) null);
}
h().f130b.setImageURI(str);
h().f131b.setImageURI(str);
}
MaterialButton materialButton = h().e;
m.checkNotNullExpressionValue(materialButton, "binding.acceptGiftConfirm");

View File

@ -1,115 +1,41 @@
package b.a.i;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.Space;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.Barrier;
import androidx.viewbinding.ViewBinding;
import com.discord.R;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
/* compiled from: WidgetUserRichPresenceBinding */
/* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding */
public final class a6 implements ViewBinding {
@NonNull
public final LinearLayout a;
public final RelativeLayout a;
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f79b;
public final SimpleDraweeView f79b;
@NonNull
public final TextView c;
@NonNull
public final TextView d;
@NonNull
public final SimpleDraweeView e;
@NonNull
public final SimpleDraweeView f;
@NonNull
public final MaterialButton g;
@NonNull
public final MaterialButton h;
@NonNull
public final TextView i;
@NonNull
public final TextView j;
@NonNull
public final TextView k;
public a6(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = linearLayout;
this.f79b = linearLayout2;
public a6(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
this.a = relativeLayout;
this.f79b = simpleDraweeView;
this.c = textView;
this.d = textView2;
this.e = simpleDraweeView;
this.f = simpleDraweeView2;
this.g = materialButton;
this.h = materialButton2;
this.i = textView3;
this.j = textView4;
this.k = textView5;
}
@NonNull
public static a6 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) {
View inflate = layoutInflater.inflate(R.layout.widget_user_rich_presence, viewGroup, false);
if (z2) {
viewGroup.addView(inflate);
}
int i = R.id.barrier;
Barrier barrier = (Barrier) inflate.findViewById(R.id.barrier);
if (barrier != null) {
i = R.id.image_bottom_guideline;
Space space = (Space) inflate.findViewById(R.id.image_bottom_guideline);
if (space != null) {
i = R.id.rich_presence_container_data;
LinearLayout linearLayout = (LinearLayout) inflate.findViewById(R.id.rich_presence_container_data);
if (linearLayout != null) {
i = R.id.rich_presence_details;
TextView textView = (TextView) inflate.findViewById(R.id.rich_presence_details);
if (textView != null) {
i = R.id.rich_presence_header;
TextView textView2 = (TextView) inflate.findViewById(R.id.rich_presence_header);
if (textView2 != null) {
i = R.id.rich_presence_image_large;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_large);
if (simpleDraweeView != null) {
i = R.id.rich_presence_image_small;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_small);
if (simpleDraweeView2 != null) {
i = R.id.rich_presence_primary_button;
MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.rich_presence_primary_button);
if (materialButton != null) {
i = R.id.rich_presence_secondary_button;
MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.rich_presence_secondary_button);
if (materialButton2 != null) {
i = R.id.rich_presence_state;
TextView textView3 = (TextView) inflate.findViewById(R.id.rich_presence_state);
if (textView3 != null) {
i = R.id.rich_presence_time;
TextView textView4 = (TextView) inflate.findViewById(R.id.rich_presence_time);
if (textView4 != null) {
i = R.id.rich_presence_title;
TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title);
if (textView5 != null) {
return new a6((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5);
}
}
}
}
}
}
}
}
}
}
public static a6 a(@NonNull View view) {
int i = R.id.user_profile_adapter_item_friend_mutual_image;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_image);
if (simpleDraweeView != null) {
i = R.id.user_profile_adapter_item_friend_mutual_text;
TextView textView = (TextView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_text);
if (textView != null) {
return new a6((RelativeLayout) view, simpleDraweeView, textView);
}
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -0,0 +1,120 @@
package b.a.i;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.Space;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.Barrier;
import androidx.viewbinding.ViewBinding;
import com.discord.R;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
/* compiled from: WidgetUserRichPresenceBinding */
public final class b6 implements ViewBinding {
@NonNull
public final LinearLayout a;
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f87b;
@NonNull
public final TextView c;
@NonNull
public final TextView d;
@NonNull
public final SimpleDraweeView e;
@NonNull
public final SimpleDraweeView f;
@NonNull
public final MaterialButton g;
@NonNull
public final MaterialButton h;
@NonNull
public final TextView i;
@NonNull
public final TextView j;
@NonNull
public final TextView k;
public b6(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = linearLayout;
this.f87b = linearLayout2;
this.c = textView;
this.d = textView2;
this.e = simpleDraweeView;
this.f = simpleDraweeView2;
this.g = materialButton;
this.h = materialButton2;
this.i = textView3;
this.j = textView4;
this.k = textView5;
}
@NonNull
public static b6 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) {
View inflate = layoutInflater.inflate(R.layout.widget_user_rich_presence, viewGroup, false);
if (z2) {
viewGroup.addView(inflate);
}
int i = R.id.barrier;
Barrier barrier = (Barrier) inflate.findViewById(R.id.barrier);
if (barrier != null) {
i = R.id.image_bottom_guideline;
Space space = (Space) inflate.findViewById(R.id.image_bottom_guideline);
if (space != null) {
i = R.id.rich_presence_container_data;
LinearLayout linearLayout = (LinearLayout) inflate.findViewById(R.id.rich_presence_container_data);
if (linearLayout != null) {
i = R.id.rich_presence_details;
TextView textView = (TextView) inflate.findViewById(R.id.rich_presence_details);
if (textView != null) {
i = R.id.rich_presence_header;
TextView textView2 = (TextView) inflate.findViewById(R.id.rich_presence_header);
if (textView2 != null) {
i = R.id.rich_presence_image_large;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_large);
if (simpleDraweeView != null) {
i = R.id.rich_presence_image_small;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_small);
if (simpleDraweeView2 != null) {
i = R.id.rich_presence_primary_button;
MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.rich_presence_primary_button);
if (materialButton != null) {
i = R.id.rich_presence_secondary_button;
MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.rich_presence_secondary_button);
if (materialButton2 != null) {
i = R.id.rich_presence_state;
TextView textView3 = (TextView) inflate.findViewById(R.id.rich_presence_state);
if (textView3 != null) {
i = R.id.rich_presence_time;
TextView textView4 = (TextView) inflate.findViewById(R.id.rich_presence_time);
if (textView4 != null) {
i = R.id.rich_presence_title;
TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title);
if (textView5 != null) {
return new b6((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5);
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}

View File

@ -13,7 +13,7 @@ public final class c implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ConstraintLayout f87b;
public final ConstraintLayout f88b;
@NonNull
public final TextView c;
@NonNull
@ -21,7 +21,7 @@ public final class c implements ViewBinding {
public c(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull MaxHeightRecyclerView maxHeightRecyclerView) {
this.a = constraintLayout;
this.f87b = constraintLayout2;
this.f88b = constraintLayout2;
this.c = textView;
this.d = maxHeightRecyclerView;
}

View File

@ -13,13 +13,13 @@ public final class c1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f88b;
public final MaterialButton f89b;
@NonNull
public final TextView c;
public c1(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) {
this.a = linearLayout;
this.f88b = materialButton;
this.f89b = materialButton;
this.c = textView;
}

View File

@ -11,11 +11,11 @@ public final class c2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final FlexboxLayout f89b;
public final FlexboxLayout f90b;
public c2(@NonNull FlexboxLayout flexboxLayout, @NonNull FlexboxLayout flexboxLayout2) {
this.a = flexboxLayout;
this.f89b = flexboxLayout2;
this.f90b = flexboxLayout2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -15,7 +15,7 @@ public final class c3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f90b;
public final MaterialButton f91b;
@NonNull
public final MaterialButton c;
@NonNull
@ -29,7 +29,7 @@ public final class c3 implements ViewBinding {
public c3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull TextView textView2) {
this.a = view;
this.f90b = materialButton;
this.f91b = materialButton;
this.c = materialButton2;
this.d = serverMemberCount;
this.e = textView;

View File

@ -12,13 +12,13 @@ public final class c4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f91b;
public final TextView f92b;
@NonNull
public final SimpleDraweeSpanTextView c;
public c4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
this.a = view;
this.f91b = textView;
this.f92b = textView;
this.c = simpleDraweeSpanTextView;
}

View File

@ -15,7 +15,7 @@ public final class c5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f92b;
public final MaterialButton f93b;
@NonNull
public final LoadingButton c;
@NonNull
@ -23,7 +23,7 @@ public final class c5 implements ViewBinding {
public c5(@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.f92b = materialButton;
this.f93b = materialButton;
this.c = loadingButton;
this.d = textInputLayout;
}

View File

@ -13,7 +13,7 @@ public final class d implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialTextView f93b;
public final MaterialTextView f94b;
@NonNull
public final SimpleDraweeView c;
@NonNull
@ -21,7 +21,7 @@ public final class d implements ViewBinding {
public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) {
this.a = constraintLayout;
this.f93b = materialTextView;
this.f94b = materialTextView;
this.c = simpleDraweeView;
this.d = materialTextView2;
}

View File

@ -12,7 +12,7 @@ public final class d0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final AccountCreditView f94b;
public final AccountCreditView f95b;
@NonNull
public final AccountCreditView c;
@NonNull
@ -20,7 +20,7 @@ public final class d0 implements ViewBinding {
public d0(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) {
this.a = cardView;
this.f94b = accountCreditView;
this.f95b = accountCreditView;
this.c = accountCreditView2;
this.d = view;
}

View File

@ -14,7 +14,7 @@ public final class d1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f95b;
public final ImageView f96b;
@NonNull
public final TextView c;
@NonNull
@ -26,7 +26,7 @@ public final class d1 implements ViewBinding {
public d1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) {
this.a = linearLayout;
this.f95b = imageView;
this.f96b = imageView;
this.c = textView;
this.d = textView2;
this.e = textView3;

View File

@ -13,7 +13,7 @@ public final class d3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f96b;
public final ImageView f97b;
@NonNull
public final GuildView c;
@NonNull
@ -27,7 +27,7 @@ public final class d3 implements ViewBinding {
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.f96b = imageView;
this.f97b = imageView;
this.c = guildView;
this.d = guildView2;
this.e = guildView3;

View File

@ -19,7 +19,7 @@ public final class d4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final View f97b;
public final View f98b;
@NonNull
public final View c;
@NonNull
@ -55,11 +55,11 @@ public final class d4 implements ViewBinding {
@NonNull
/* renamed from: s reason: collision with root package name */
public final VoiceUserView f98s;
public final VoiceUserView f99s;
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) {
this.a = view;
this.f97b = view2;
this.f98b = view2;
this.c = view3;
this.d = imageView;
this.e = constraintLayout;
@ -76,7 +76,7 @@ public final class d4 implements ViewBinding {
this.p = progressBar;
this.q = appVideoStreamRenderer;
this.r = linearLayout2;
this.f98s = voiceUserView;
this.f99s = voiceUserView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -12,13 +12,13 @@ public final class d5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final e5 f99b;
public final e5 f100b;
@NonNull
public final FragmentContainerView c;
public d5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull e5 e5Var, @NonNull FragmentContainerView fragmentContainerView) {
this.a = roundedRelativeLayout;
this.f99b = e5Var;
this.f100b = e5Var;
this.c = fragmentContainerView;
}

View File

@ -13,13 +13,13 @@ public final class e implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f100b;
public final TextView f101b;
@NonNull
public final MaterialButton c;
public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) {
this.a = linearLayout;
this.f100b = textView;
this.f101b = textView;
this.c = materialButton;
}

View File

@ -15,7 +15,7 @@ public final class e0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinkifiedTextView f101b;
public final LinkifiedTextView f102b;
@NonNull
public final TextInputLayout c;
@NonNull
@ -23,7 +23,7 @@ public final class e0 implements ViewBinding {
public e0(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) {
this.a = constraintLayout;
this.f101b = linkifiedTextView;
this.f102b = linkifiedTextView;
this.c = textInputLayout;
this.d = loadingButton;
}

View File

@ -11,7 +11,7 @@ public final class e1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f102b;
public final MaterialButton f103b;
@NonNull
public final MaterialButton c;
@NonNull
@ -21,7 +21,7 @@ public final class e1 implements ViewBinding {
public e1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) {
this.a = view;
this.f102b = materialButton;
this.f103b = materialButton;
this.c = materialButton2;
this.d = materialButton3;
this.e = materialButton4;

View File

@ -13,7 +13,7 @@ public final class e3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f103b;
public final ImageView f104b;
@NonNull
public final TextView c;
@NonNull
@ -23,7 +23,7 @@ public final class e3 implements ViewBinding {
public e3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) {
this.a = linearLayout;
this.f103b = imageView;
this.f104b = imageView;
this.c = textView;
this.d = imageView2;
this.e = textView2;

View File

@ -13,13 +13,13 @@ public final class e4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f104b;
public final TextView f105b;
@NonNull
public final TextView c;
public e4(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.f104b = textView;
this.f105b = textView;
this.c = textView2;
}

View File

@ -14,7 +14,7 @@ public final class e5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ViewStub f105b;
public final ViewStub f106b;
@NonNull
public final f5 c;
@NonNull
@ -24,7 +24,7 @@ public final class e5 implements ViewBinding {
public e5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull f5 f5Var, @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.f105b = viewStub2;
this.f106b = viewStub2;
this.c = f5Var;
this.d = fragmentContainerView;
this.e = fragmentContainerView4;

View File

@ -11,13 +11,13 @@ public final class f implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f106b;
public final TextView f107b;
@NonNull
public final TextView c;
public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = view;
this.f106b = textView;
this.f107b = textView;
this.c = textView2;
}

View File

@ -15,7 +15,7 @@ public final class f0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f107b;
public final MaterialButton f108b;
@NonNull
public final LoadingButton c;
@NonNull
@ -25,7 +25,7 @@ public final class f0 implements ViewBinding {
public f0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) {
this.a = constraintLayout;
this.f107b = materialButton;
this.f108b = materialButton;
this.c = loadingButton;
this.d = linkifiedTextView;
this.e = textView;

View File

@ -13,7 +13,7 @@ public final class f2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f108b;
public final TextView f109b;
@NonNull
public final Spinner c;
@NonNull
@ -25,7 +25,7 @@ public final class f2 implements ViewBinding {
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.f108b = textView;
this.f109b = textView;
this.c = spinner;
this.d = textView2;
this.e = textView3;

View File

@ -14,7 +14,7 @@ public final class f3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f109b;
public final TextView f110b;
@NonNull
public final TextInputLayout c;
@NonNull
@ -26,7 +26,7 @@ public final class f3 implements ViewBinding {
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.f109b = textView;
this.f110b = textView;
this.c = textInputLayout;
this.d = simpleDraweeView;
this.e = textView2;

View File

@ -12,13 +12,13 @@ public final class f4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f110b;
public final SimpleDraweeView f111b;
@NonNull
public final TextView c;
public f4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
this.a = view;
this.f110b = simpleDraweeView;
this.f111b = simpleDraweeView;
this.c = textView;
}

View File

@ -13,7 +13,7 @@ public final class g implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f111b;
public final ImageView f112b;
@NonNull
public final TextView c;
@NonNull
@ -23,7 +23,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.f111b = imageView;
this.f112b = imageView;
this.c = textView;
this.d = simpleDraweeView;
this.e = textView2;

View File

@ -14,7 +14,7 @@ public final class g0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f112b;
public final MaterialButton f113b;
@NonNull
public final LinkifiedTextView c;
@NonNull
@ -22,7 +22,7 @@ public final class g0 implements ViewBinding {
public g0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.f112b = materialButton;
this.f113b = materialButton;
this.c = linkifiedTextView;
this.d = textView2;
}

View File

@ -14,7 +14,7 @@ public final class g1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f113b;
public final TextView f114b;
@NonNull
public final TextView c;
@NonNull
@ -24,7 +24,7 @@ public final class g1 implements ViewBinding {
public g1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) {
this.a = linearLayout;
this.f113b = textView;
this.f114b = textView;
this.c = textView2;
this.d = textSwitcher;
this.e = simpleDraweeSpanTextView;

View File

@ -12,13 +12,13 @@ public final class g2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f114b;
public final SimpleDraweeView f115b;
@NonNull
public final TextView c;
public g2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) {
this.a = view;
this.f114b = simpleDraweeView;
this.f115b = simpleDraweeView;
this.c = textView;
}

View File

@ -12,13 +12,13 @@ public final class g3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final CheckedSetting f115b;
public final CheckedSetting f116b;
@NonNull
public final CheckedSetting c;
public g3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) {
this.a = linearLayout;
this.f115b = checkedSetting;
this.f116b = checkedSetting;
this.c = checkedSetting2;
}

View File

@ -11,13 +11,13 @@ public final class g4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f116b;
public final TextView f117b;
@NonNull
public final TextView c;
public g4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = view;
this.f116b = textView;
this.f117b = textView;
this.c = textView2;
}

View File

@ -14,13 +14,13 @@ public final class g5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f117b;
public final TextView f118b;
@NonNull
public final FragmentContainerView c;
public g5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) {
this.a = relativeLayout;
this.f117b = textView;
this.f118b = textView;
this.c = fragmentContainerView2;
}

View File

@ -12,7 +12,7 @@ public final class h implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f118b;
public final TextView f119b;
@NonNull
public final TextView c;
@NonNull
@ -20,7 +20,7 @@ public final class h implements ViewBinding {
public h(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = linearLayout;
this.f118b = textView;
this.f119b = textView;
this.c = textView2;
this.d = textView3;
}

View File

@ -14,13 +14,13 @@ public final class h0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final PhoneOrEmailInputView f119b;
public final PhoneOrEmailInputView f120b;
@NonNull
public final MaterialButton c;
public h0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.f119b = phoneOrEmailInputView;
this.f120b = phoneOrEmailInputView;
this.c = materialButton;
}

View File

@ -12,13 +12,13 @@ public final class h1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f120b;
public final ImageView f121b;
@NonNull
public final TextInputEditText c;
public h1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) {
this.a = view;
this.f120b = imageView;
this.f121b = imageView;
this.c = textInputEditText;
}

View File

@ -14,7 +14,7 @@ public final class h2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f121b;
public final SimpleDraweeView f122b;
@NonNull
public final TextView c;
@NonNull
@ -26,7 +26,7 @@ public final class h2 implements ViewBinding {
public h2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) {
this.a = view;
this.f121b = simpleDraweeView;
this.f122b = simpleDraweeView;
this.c = textView;
this.d = chip;
this.e = chip2;

View File

@ -13,7 +13,7 @@ public final class h3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f122b;
public final TextView f123b;
@NonNull
public final CheckedSetting c;
@NonNull
@ -25,7 +25,7 @@ public final class h3 implements ViewBinding {
public h3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout2) {
this.a = linearLayout;
this.f122b = textView;
this.f123b = textView;
this.c = checkedSetting;
this.d = checkedSetting2;
this.e = checkedSetting3;

View File

@ -12,7 +12,7 @@ public final class h4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f123b;
public final ImageView f124b;
@NonNull
public final ImageView c;
@NonNull
@ -20,7 +20,7 @@ public final class h4 implements ViewBinding {
public h4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) {
this.a = view;
this.f123b = imageView;
this.f124b = imageView;
this.c = imageView2;
this.d = seekBar;
}

View File

@ -12,11 +12,11 @@ public final class h5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f124b;
public final ImageView f125b;
public h5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) {
this.a = frameLayout;
this.f124b = imageView;
this.f125b = imageView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -12,11 +12,11 @@ public final class i implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f125b;
public final TextView f126b;
public i(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView) {
this.a = constraintLayout;
this.f125b = textView;
this.f126b = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -14,7 +14,7 @@ public final class i0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f126b;
public final TextView f127b;
@NonNull
public final LoadingButton c;
@NonNull
@ -24,7 +24,7 @@ public final class i0 implements ViewBinding {
public i0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull m0 m0Var) {
this.a = constraintLayout;
this.f126b = textView;
this.f127b = textView;
this.c = loadingButton;
this.d = view;
this.e = m0Var;

View File

@ -11,11 +11,11 @@ public final class i1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f127b;
public final TextView f128b;
public i1(@NonNull TextView textView, @NonNull TextView textView2) {
this.a = textView;
this.f127b = textView2;
this.f128b = textView2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,11 +13,11 @@ public final class i2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f128b;
public final TextView f129b;
public i2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) {
this.a = constraintLayout;
this.f128b = textView;
this.f129b = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,7 +13,7 @@ public final class i3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f129b;
public final MaterialButton f130b;
@NonNull
public final LinearLayout c;
@NonNull
@ -21,7 +21,7 @@ public final class i3 implements ViewBinding {
public i3(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2, @NonNull TextView textView) {
this.a = linearLayout;
this.f129b = materialButton;
this.f130b = materialButton;
this.c = linearLayout2;
this.d = textView;
}

View File

@ -18,7 +18,7 @@ public final class i4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f130b;
public final SimpleDraweeView f131b;
@NonNull
public final RLottieImageView c;
@NonNull
@ -38,7 +38,7 @@ public final class i4 implements ViewBinding {
public i4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @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.f130b = simpleDraweeView;
this.f131b = simpleDraweeView;
this.c = rLottieImageView;
this.d = textView;
this.e = materialButton;

View File

@ -13,13 +13,13 @@ public final class i5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final RoundedRelativeLayout f131b;
public final RoundedRelativeLayout f132b;
@NonNull
public final FragmentContainerView c;
public i5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) {
this.a = frameLayout;
this.f131b = roundedRelativeLayout;
this.f132b = roundedRelativeLayout;
this.c = fragmentContainerView3;
}

View File

@ -12,11 +12,11 @@ public final class j implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f132b;
public final TextView f133b;
public j(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView) {
this.a = constraintLayout;
this.f132b = textView;
this.f133b = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -15,7 +15,7 @@ public final class j0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextInputEditText f133b;
public final TextInputEditText f134b;
@NonNull
public final TextInputLayout c;
@NonNull
@ -25,7 +25,7 @@ public final class j0 implements ViewBinding {
public j0(@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.f133b = textInputEditText;
this.f134b = textInputEditText;
this.c = textInputLayout;
this.d = loadingButton;
this.e = textView;

View File

@ -11,11 +11,11 @@ public final class j1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f134b;
public final TextView f135b;
public j1(@NonNull TextView textView, @NonNull TextView textView2) {
this.a = textView;
this.f134b = textView2;
this.f135b = textView2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -12,13 +12,13 @@ public final class j2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f135b;
public final MaterialButton f136b;
@NonNull
public final ProgressBar c;
public j2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) {
this.a = view;
this.f135b = materialButton;
this.f136b = materialButton;
this.c = progressBar;
}

View File

@ -16,7 +16,7 @@ public final class j3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final i3 f136b;
public final i3 f137b;
@NonNull
public final FrameLayout c;
@NonNull
@ -34,7 +34,7 @@ public final class j3 implements ViewBinding {
public j3(@NonNull LinearLayout linearLayout, @NonNull i3 i3Var, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = linearLayout;
this.f136b = i3Var;
this.f137b = i3Var;
this.c = frameLayout;
this.d = textView;
this.e = simpleDraweeView;

View File

@ -14,13 +14,13 @@ public final class j4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f137b;
public final MaterialButton f138b;
@NonNull
public final LinkifiedTextView c;
public j4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) {
this.a = linearLayout;
this.f137b = materialButton;
this.f138b = materialButton;
this.c = linkifiedTextView;
}

View File

@ -13,7 +13,7 @@ public final class j5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinkifiedTextView f138b;
public final LinkifiedTextView f139b;
@NonNull
public final TextView c;
@NonNull
@ -21,7 +21,7 @@ public final class j5 implements ViewBinding {
public j5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) {
this.a = nestedScrollView;
this.f138b = linkifiedTextView;
this.f139b = linkifiedTextView;
this.c = textView;
this.d = linkifiedTextView2;
}

View File

@ -14,7 +14,7 @@ public final class k implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f139b;
public final MaterialButton f140b;
@NonNull
public final DatePicker c;
@NonNull
@ -22,7 +22,7 @@ public final class k implements ViewBinding {
public k(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull DatePicker datePicker, @NonNull TextView textView) {
this.a = linearLayout;
this.f139b = materialButton;
this.f140b = materialButton;
this.c = datePicker;
this.d = textView;
}

View File

@ -15,13 +15,13 @@ public final class k0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final RecyclerView f140b;
public final RecyclerView f141b;
@NonNull
public final LoadingButton c;
public k0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) {
this.a = constraintLayout;
this.f140b = recyclerView;
this.f141b = recyclerView;
this.c = loadingButton;
}

View File

@ -13,7 +13,7 @@ public final class k1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f141b;
public final SimpleDraweeView f142b;
@NonNull
public final SimpleDraweeSpanTextView c;
@NonNull
@ -21,7 +21,7 @@ public final class k1 implements ViewBinding {
public k1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull UsernameView usernameView) {
this.a = view;
this.f141b = simpleDraweeView;
this.f142b = simpleDraweeView;
this.c = simpleDraweeSpanTextView;
this.d = usernameView;
}

View File

@ -14,7 +14,7 @@ public final class k2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f142b;
public final SimpleDraweeView f143b;
@NonNull
public final MaterialButton c;
@NonNull
@ -22,7 +22,7 @@ public final class k2 implements ViewBinding {
public k2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = linearLayout;
this.f142b = simpleDraweeView;
this.f143b = simpleDraweeView;
this.c = materialButton;
this.d = textView3;
}

View File

@ -16,7 +16,7 @@ public final class k3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final FrameLayout f143b;
public final FrameLayout f144b;
@NonNull
public final FloatingActionButton c;
@NonNull
@ -32,7 +32,7 @@ public final class k3 implements ViewBinding {
public k3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = linearLayout;
this.f143b = frameLayout;
this.f144b = frameLayout;
this.c = floatingActionButton;
this.d = textView;
this.e = simpleDraweeView;

View File

@ -10,11 +10,11 @@ public final class k4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final View f144b;
public final View f145b;
public k4(@NonNull View view, @NonNull View view2) {
this.a = view;
this.f144b = view2;
this.f145b = view2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -12,11 +12,11 @@ public final class k5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f145b;
public final TextView f146b;
public k5(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) {
this.a = nestedScrollView;
this.f145b = textView;
this.f146b = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -14,7 +14,7 @@ public final class l implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f146b;
public final MaterialButton f147b;
@NonNull
public final MaxHeightRecyclerView c;
@NonNull
@ -22,7 +22,7 @@ public final class l implements ViewBinding {
public l(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView) {
this.a = linearLayout;
this.f146b = materialButton;
this.f147b = materialButton;
this.c = maxHeightRecyclerView;
this.d = textView;
}

View File

@ -13,13 +13,13 @@ public final class l0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f147b;
public final MaterialButton f148b;
@NonNull
public final MaterialButton c;
public l0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) {
this.a = constraintLayout;
this.f147b = materialButton;
this.f148b = materialButton;
this.c = materialButton2;
}

View File

@ -13,7 +13,7 @@ public final class l1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f148b;
public final LinearLayout f149b;
@NonNull
public final ImageView c;
@NonNull
@ -21,7 +21,7 @@ public final class l1 implements ViewBinding {
public l1(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) {
this.a = view;
this.f148b = linearLayout;
this.f149b = linearLayout;
this.c = imageView;
this.d = textView;
}

Some files were not shown because too many files have changed in this diff Show More