113.4 - Beta (113104)

This commit is contained in:
Juby210 2022-01-31 08:58:36 +00:00
parent c1eebaec8e
commit 7d2334f514
4134 changed files with 43357 additions and 40441 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 30
versionCode 112108
versionName "112.8 - Beta"
versionCode 113104
versionName "113.4 - 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="112108" android:versionName="112.8 - 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="113104" android:versionName="113.4 - 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"/>
@ -200,7 +200,7 @@
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
<meta-data android:name="libdiscord_version" android:value="89.0.26-pixel6-hwdec"/>
<activity android:theme="@style/res_2131952270_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<activity android:theme="@style/res_2131952272_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
<intent-filter>
<action android:name="android.service.chooser.ChooserTargetService"/>

View File

@ -623,7 +623,7 @@ public final class LocationManagerCompat {
throw new IllegalStateException(handler + " is shutting down");
}
try {
long nanos = TimeUnit.SECONDS.toNanos(PRE_N_LOOPER_TIMEOUT_S);
long nanos = TimeUnit.SECONDS.toNanos(5);
boolean z3 = false;
while (true) {
try {

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.f3799b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
this.cancellationJob = f.H0(coroutineScope, n.f3805b.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.f3799b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1(this));
this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3805b.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.f3799b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation);
return f.C1(n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null);
f.H0(f.c(n.f3805b.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.f3799b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
Object C1 = f.C1(n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var, n.f3805b.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.f3799b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var, n.f3805b.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.f3799b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3805b.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.f3799b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3805b.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.f3799b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3805b.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.f3799b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
b.i.a.f.e.o.f.H0(x0Var2, n.f3805b.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.f3799b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
f.H0(this, n.f3805b.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.f3799b.H()));
lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3805b.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.f3799b.H());
this.coroutineContext = coroutineContext.plus(n.f3805b.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.f3799b.H().isDispatchNeeded(coroutineContext)) {
if (n.f3805b.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.f3799b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
return f.C1(n.f3805b.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.f3799b.H())));
Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
n.f3805b.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.f3799b.H();
l1 H = n.f3805b.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.f3799b.H();
n.f3805b.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().f190b;
TextView textView3 = aVar.g().f191b;
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().f190b;
TextView textView5 = aVar.g().f191b;
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().f184b;
TextView textView2 = bVar.g().f185b;
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().f184b;
TextView textView3 = bVar.g().f185b;
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().f184b;
TextView textView5 = bVar.g().f185b;
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().f178b;
TextView textView = g().f179b;
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().f197b;
TextView textView3 = g().f198b;
m.checkNotNullExpressionValue(textView3, "binding.continueButton");
textView3.setVisibility(this.o ^ true ? 0 : 8);
g().f197b.setOnClickListener(new View$OnClickListenerC0006a(0, this));
g().f198b.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().f203b.setOnClickListener(new a(0, this));
g().f204b.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().f177b;
TextView textView2 = g().f178b;
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().f204b.setOnClickListener(new a(0, this));
h().f205b.setOnClickListener(new a(0, this));
MaterialButton materialButton = h().e;
m.checkNotNullExpressionValue(materialButton, "binding.premiumUpsellLearnMore");
materialButton.setVisibility(i() ? 0 : 8);

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().f192b;
SimpleDraweeView simpleDraweeView = aVar3.g().f193b;
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

@ -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()).f2760b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2760b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2760b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2760b));
dVar.updateViewState(new d.a.C0014a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2766b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2766b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2766b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2766b));
return Unit.a;
}
}

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])).f222b.setOnClickListener(new c(this));
((x) this.l.getValue((Fragment) this, j[0])).f223b.setOnClickListener(new c(this));
}
}

View File

@ -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().f238b.setText(sVar.getString(R.string.okay));
sVar.g().f238b.setIsLoading(dVar2.f49b);
sVar.g().f238b.setOnClickListener(new t(sVar));
sVar.g().f239b.setText(sVar.getString(R.string.okay));
sVar.g().f239b.setIsLoading(dVar2.f49b);
sVar.g().f239b.setOnClickListener(new t(sVar));
return Unit.a;
}
}

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().f171b;
TextView textView2 = g().f172b;
m.checkNotNullExpressionValue(textView2, "binding.giftEntitlementCode");
textView2.setText(generateGiftUrl);
g().d.setOnClickListener(new e(this, generateGiftUrl));

View File

@ -12,6 +12,8 @@ import com.discord.api.auth.OAuthScopeTypeAdapter;
import com.discord.api.botuikit.ButtonStyle;
import com.discord.api.botuikit.ButtonStyleTypeAdapter;
import com.discord.api.botuikit.ComponentType;
import com.discord.api.botuikit.TextStyle;
import com.discord.api.botuikit.TextStyleTypeAdapter;
import com.discord.api.botuikit.gson.ComponentRuntimeTypeAdapter;
import com.discord.api.botuikit.gson.ComponentTypeTypeAdapter;
import com.discord.api.commands.ApplicationCommandPermissionType;
@ -84,7 +86,7 @@ import java.util.Map;
import kotlin.jvm.functions.Function0;
/* compiled from: TypeAdapterRegistrar.kt */
public final class a {
public static final Map<Class<? extends Object>, Function0<Object>> a = h0.mapOf(o.to(ActivityPlatform.class, b.j), o.to(ActivityType.class, C0021a.D), o.to(ApplicationStatus.class, C0021a.M), o.to(UtcDateTime.class, C0021a.N), o.to(NsfwAllowance.class, C0021a.O), o.to(PremiumTier.class, C0021a.P), o.to(ActivityType.class, C0021a.Q), o.to(Phone.class, C0021a.R), o.to(ApplicationCommandType.class, C0021a.S), o.to(OAuthScope.class, C0021a.j), o.to(GuildHubType.class, C0021a.k), o.to(GuildVerificationLevel.class, C0021a.l), o.to(GuildExplicitContentFilter.class, C0021a.m), o.to(GuildMaxVideoChannelUsers.class, C0021a.n), o.to(ComponentType.class, C0021a.o), o.to(ButtonStyle.class, C0021a.p), o.to(ReportNodeChild.class, C0021a.q), o.to(ReportNodeElementData.class, C0021a.r), o.to(ReportNodeBottomButton.class, C0021a.f52s), o.to(ApplicationCommandPermissionType.class, C0021a.t), o.to(StageInstancePrivacyLevel.class, C0021a.u), o.to(FriendSuggestionReasonType.class, C0021a.v), o.to(AllowedInSuggestionsType.class, C0021a.w), o.to(StickerFormatType.class, C0021a.f53x), o.to(LocalizedString.class, C0021a.f54y), o.to(MessageActivityType.class, C0021a.f55z), o.to(EmbedType.class, C0021a.A), o.to(StickerType.class, C0021a.B), o.to(GuildScheduledEventStatus.class, C0021a.C), o.to(GuildScheduledEventEntityType.class, C0021a.E), o.to(Science.Event.SchemaObject.class, C0021a.F), o.to(GuildRoleSubscriptionBenefitType.class, C0021a.G), o.to(PriceTierType.class, C0021a.H), o.to(ApplicationType.class, C0021a.I), o.to(PayoutStatus.class, C0021a.J), o.to(PayoutGroupType.class, C0021a.K), o.to(PayoutGroupStatus.class, C0021a.L));
public static final Map<Class<? extends Object>, Function0<Object>> a = h0.mapOf(o.to(ActivityPlatform.class, b.j), o.to(ActivityType.class, C0021a.D), o.to(ApplicationStatus.class, C0021a.N), o.to(UtcDateTime.class, C0021a.O), o.to(NsfwAllowance.class, C0021a.P), o.to(PremiumTier.class, C0021a.Q), o.to(ActivityType.class, C0021a.R), o.to(Phone.class, C0021a.S), o.to(ApplicationCommandType.class, C0021a.T), o.to(OAuthScope.class, C0021a.j), o.to(GuildHubType.class, C0021a.k), o.to(GuildVerificationLevel.class, C0021a.l), o.to(GuildExplicitContentFilter.class, C0021a.m), o.to(GuildMaxVideoChannelUsers.class, C0021a.n), o.to(ComponentType.class, C0021a.o), o.to(ButtonStyle.class, C0021a.p), o.to(TextStyle.class, C0021a.q), o.to(ReportNodeChild.class, C0021a.r), o.to(ReportNodeElementData.class, C0021a.f52s), o.to(ReportNodeBottomButton.class, C0021a.t), o.to(ApplicationCommandPermissionType.class, C0021a.u), o.to(StageInstancePrivacyLevel.class, C0021a.v), o.to(FriendSuggestionReasonType.class, C0021a.w), o.to(AllowedInSuggestionsType.class, C0021a.f53x), o.to(StickerFormatType.class, C0021a.f54y), o.to(LocalizedString.class, C0021a.f55z), o.to(MessageActivityType.class, C0021a.A), o.to(EmbedType.class, C0021a.B), o.to(StickerType.class, C0021a.C), o.to(GuildScheduledEventStatus.class, C0021a.E), o.to(GuildScheduledEventEntityType.class, C0021a.F), o.to(Science.Event.SchemaObject.class, C0021a.G), o.to(GuildRoleSubscriptionBenefitType.class, C0021a.H), o.to(PriceTierType.class, C0021a.I), o.to(ApplicationType.class, C0021a.J), o.to(PayoutStatus.class, C0021a.K), o.to(PayoutGroupType.class, C0021a.L), o.to(PayoutGroupStatus.class, C0021a.M));
/* renamed from: b reason: collision with root package name */
public static final List<b.i.d.o> f51b = n.listOf((Object[]) new b.i.d.o[]{ComponentRuntimeTypeAdapter.INSTANCE.a(), new NullSerializableTypeAdapterFactory()});
@ -111,6 +113,7 @@ public final class a {
public static final C0021a Q = new C0021a(33);
public static final C0021a R = new C0021a(34);
public static final C0021a S = new C0021a(35);
public static final C0021a T = new C0021a(36);
public static final C0021a j = new C0021a(0);
public static final C0021a k = new C0021a(1);
public static final C0021a l = new C0021a(2);
@ -136,18 +139,18 @@ public final class a {
/* renamed from: z reason: collision with root package name */
public static final C0021a f55z = new C0021a(16);
public final /* synthetic */ int T;
public final /* synthetic */ int U;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public C0021a(int i) {
super(0);
this.T = i;
this.U = i;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Object mo1invoke() {
switch (this.T) {
switch (this.U) {
case 0:
return new OAuthScopeTypeAdapter();
case 1:
@ -163,62 +166,64 @@ public final class a {
case 6:
return new ButtonStyleTypeAdapter();
case 7:
return new ReportNodeChildTypeAdapter();
return new TextStyleTypeAdapter();
case 8:
return new ReportNodeElementDataTypeAdapter();
return new ReportNodeChildTypeAdapter();
case 9:
return new ReportNodeBottomButtonTypeAdapter();
return new ReportNodeElementDataTypeAdapter();
case 10:
return new ApplicationCommandPermissionTypeTypeAdapter();
return new ReportNodeBottomButtonTypeAdapter();
case 11:
return new StageInstancePrivacyLevelTypeAdapter();
return new ApplicationCommandPermissionTypeTypeAdapter();
case 12:
return new FriendSuggestionReasonTypeAdapter();
return new StageInstancePrivacyLevelTypeAdapter();
case 13:
return new AllowedInSuggestionsTypeAdapter();
return new FriendSuggestionReasonTypeAdapter();
case 14:
return new StickerFormatTypeTypeAdapter();
return new AllowedInSuggestionsTypeAdapter();
case 15:
return new LocalizedStringTypeAdapter();
return new StickerFormatTypeTypeAdapter();
case 16:
return new MessageActivityTypeTypeAdapter();
return new LocalizedStringTypeAdapter();
case 17:
return new EmbedTypeTypeAdapter();
return new MessageActivityTypeTypeAdapter();
case 18:
return new StickerTypeTypeAdapter();
return new EmbedTypeTypeAdapter();
case 19:
return new GuildScheduledEventStatusTypeAdapter();
return new StickerTypeTypeAdapter();
case 20:
return new ActivityTypeTypeAdapter();
case 21:
return new GuildScheduledEventEntityTypeTypeAdapter();
return new GuildScheduledEventStatusTypeAdapter();
case 22:
return new AnalyticsSchemaTypeAdapter();
return new GuildScheduledEventEntityTypeTypeAdapter();
case 23:
return new GuildRoleSubscriptionBenefitTypeAdapter();
return new AnalyticsSchemaTypeAdapter();
case 24:
return new PriceTierTypeAdapter();
return new GuildRoleSubscriptionBenefitTypeAdapter();
case 25:
return new ApplicationTypeAdapter();
return new PriceTierTypeAdapter();
case 26:
return new PayoutStatusAdapter();
return new ApplicationTypeAdapter();
case 27:
return new PayoutGroupTypeAdapter();
return new PayoutStatusAdapter();
case 28:
return new PayoutGroupStatusTypeAdapter();
return new PayoutGroupTypeAdapter();
case 29:
return new ApplicationStatusTypeAdapter();
return new PayoutGroupStatusTypeAdapter();
case 30:
return new UtcDateTimeTypeAdapter();
return new ApplicationStatusTypeAdapter();
case 31:
return new NsfwAllowanceTypeAdapter();
return new UtcDateTimeTypeAdapter();
case 32:
return new PremiumTierTypeAdapter();
return new NsfwAllowanceTypeAdapter();
case 33:
return new ActivityTypeTypeAdapter();
return new PremiumTierTypeAdapter();
case 34:
return new PhoneTypeAdapter();
return new ActivityTypeTypeAdapter();
case 35:
return new PhoneTypeAdapter();
case 36:
return new CommandTypeAdapter();
default:
throw null;

View File

@ -10,9 +10,14 @@ import androidx.viewbinding.ViewBinding;
public final class o0 implements ViewBinding {
@NonNull
public final ConstraintLayout a;
@NonNull
public o0(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) {
/* renamed from: b reason: collision with root package name */
public final ConstraintLayout f166b;
public o0(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.f166b = constraintLayout2;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -11,11 +11,11 @@ public final class o1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f166b;
public final ImageView f167b;
public o1(@NonNull View view, @NonNull ImageView imageView) {
this.a = view;
this.f166b = imageView;
this.f167b = imageView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -11,7 +11,7 @@ public final class o2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final p2 f167b;
public final p2 f168b;
@NonNull
public final ImageView c;
@NonNull
@ -21,7 +21,7 @@ public final class o2 implements ViewBinding {
public o2(@NonNull View view, @NonNull p2 p2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) {
this.a = view;
this.f167b = p2Var;
this.f168b = p2Var;
this.c = imageView;
this.d = imageView2;
this.e = imageView3;

View File

@ -12,13 +12,13 @@ public final class o3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SwitchMaterial f168b;
public final SwitchMaterial f169b;
@NonNull
public final ConstraintLayout c;
public o3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) {
this.a = view;
this.f168b = switchMaterial;
this.f169b = switchMaterial;
this.c = constraintLayout;
}

View File

@ -14,13 +14,13 @@ public final class o4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f169b;
public final TextView f170b;
@NonNull
public final TextView c;
public o4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = relativeLayout;
this.f169b = textView2;
this.f170b = textView2;
this.c = textView3;
}

View File

@ -16,7 +16,7 @@ public final class o5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f170b;
public final LinearLayout f171b;
@NonNull
public final TextView c;
@NonNull
@ -32,7 +32,7 @@ public final class o5 implements ViewBinding {
public o5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) {
this.a = linearLayout;
this.f170b = linearLayout2;
this.f171b = linearLayout2;
this.c = textView;
this.d = simpleDraweeView;
this.e = simpleDraweeView2;

View File

@ -16,7 +16,7 @@ public final class p implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f171b;
public final TextView f172b;
@NonNull
public final RelativeLayout c;
@NonNull
@ -32,7 +32,7 @@ public final class p implements ViewBinding {
public p(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) {
this.a = linearLayout;
this.f171b = textView;
this.f172b = textView;
this.c = relativeLayout;
this.d = materialButton;
this.e = linkifiedTextView;

View File

@ -16,13 +16,13 @@ public final class p0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f172b;
public final SimpleDraweeView f173b;
@NonNull
public final Group c;
public p0(@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.f172b = simpleDraweeView;
this.f173b = simpleDraweeView;
this.c = group;
}

View File

@ -13,7 +13,7 @@ public final class p1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f173b;
public final SimpleDraweeView f174b;
@NonNull
public final RLottieImageView c;
@NonNull
@ -21,7 +21,7 @@ public final class p1 implements ViewBinding {
public p1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) {
this.a = view;
this.f173b = simpleDraweeView;
this.f174b = simpleDraweeView;
this.c = rLottieImageView;
this.d = imageView;
}

View File

@ -13,7 +13,7 @@ public final class p2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f174b;
public final TextView f175b;
@NonNull
public final TextView c;
@NonNull
@ -27,7 +27,7 @@ public final class p2 implements ViewBinding {
public p2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = cardView;
this.f174b = textView;
this.f175b = textView;
this.c = textView2;
this.d = textView3;
this.e = imageView;

View File

@ -13,7 +13,7 @@ public final class p3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f175b;
public final ImageView f176b;
@NonNull
public final TextView c;
@NonNull
@ -21,7 +21,7 @@ public final class p3 implements ViewBinding {
public p3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = linearLayoutCompat;
this.f175b = imageView;
this.f176b = imageView;
this.c = textView;
this.d = textView2;
}

View File

@ -13,7 +13,7 @@ public final class p4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f176b;
public final MaterialButton f177b;
@NonNull
public final MaterialButton c;
@NonNull
@ -23,7 +23,7 @@ public final class p4 implements ViewBinding {
public p4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = linearLayout;
this.f176b = materialButton;
this.f177b = materialButton;
this.c = materialButton2;
this.d = textView;
this.e = textView2;

View File

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

View File

@ -14,7 +14,7 @@ public final class q implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f178b;
public final TextView f179b;
@NonNull
public final TextView c;
@NonNull
@ -24,7 +24,7 @@ public final class q implements ViewBinding {
public q(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) {
this.a = linearLayout;
this.f178b = textView;
this.f179b = textView;
this.c = textView2;
this.d = lottieAnimationView;
this.e = materialButton;

View File

@ -13,7 +13,7 @@ public final class q0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f179b;
public final MaterialButton f180b;
@NonNull
public final View c;
@NonNull
@ -27,7 +27,7 @@ public final class q0 implements ViewBinding {
public q0(@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.f179b = materialButton;
this.f180b = materialButton;
this.c = view;
this.d = textView;
this.e = textView2;

View File

@ -15,7 +15,7 @@ public final class q1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ConstraintLayout f180b;
public final ConstraintLayout f181b;
@NonNull
public final MaterialButton c;
@NonNull
@ -23,7 +23,7 @@ public final class q1 implements ViewBinding {
public q1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) {
this.a = constraintLayout;
this.f180b = constraintLayout2;
this.f181b = constraintLayout2;
this.c = materialButton;
this.d = textView;
}

View File

@ -12,7 +12,7 @@ public final class q2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextInputLayout f181b;
public final TextInputLayout f182b;
@NonNull
public final TextInputEditText c;
@NonNull
@ -20,7 +20,7 @@ public final class q2 implements ViewBinding {
public q2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) {
this.a = view;
this.f181b = textInputLayout;
this.f182b = textInputLayout;
this.c = textInputEditText;
this.d = textInputLayout2;
}

View File

@ -15,7 +15,7 @@ public final class q4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final CardView f182b;
public final CardView f183b;
@NonNull
public final ImageView c;
@NonNull
@ -27,7 +27,7 @@ public final class q4 implements ViewBinding {
public q4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull ImageView imageView2, @NonNull TextView textView) {
this.a = relativeLayout;
this.f182b = cardView;
this.f183b = cardView;
this.c = imageView;
this.d = materialButton;
this.e = imageView2;

View File

@ -12,11 +12,11 @@ public final class q5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f183b;
public final MaterialButton f184b;
public q5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) {
this.a = linearLayout;
this.f183b = materialButton;
this.f184b = materialButton;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -16,7 +16,7 @@ public final class r implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f184b;
public final TextView f185b;
@NonNull
public final LoadingButton c;
@NonNull
@ -30,7 +30,7 @@ public final class r implements ViewBinding {
public r(@NonNull LinearLayout linearLayout, @NonNull ProgressBar progressBar, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) {
this.a = linearLayout;
this.f184b = textView;
this.f185b = textView;
this.c = loadingButton;
this.d = textView2;
this.e = appViewFlipper;

View File

@ -11,7 +11,7 @@ public final class r1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TypingDot f185b;
public final TypingDot f186b;
@NonNull
public final TypingDot c;
@NonNull
@ -19,7 +19,7 @@ public final class r1 implements ViewBinding {
public r1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) {
this.a = view;
this.f185b = typingDot;
this.f186b = typingDot;
this.c = typingDot2;
this.d = typingDot3;
}

View File

@ -13,7 +13,7 @@ public final class r2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f186b;
public final SimpleDraweeView f187b;
@NonNull
public final SimpleDraweeView c;
@NonNull
@ -21,7 +21,7 @@ public final class r2 implements ViewBinding {
public r2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView) {
this.a = cutoutView;
this.f186b = simpleDraweeView;
this.f187b = simpleDraweeView;
this.c = simpleDraweeView2;
this.d = textView;
}

View File

@ -11,11 +11,11 @@ public final class r3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SpeakersRecyclerView f187b;
public final SpeakersRecyclerView f188b;
public r3(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) {
this.a = view;
this.f187b = speakersRecyclerView;
this.f188b = speakersRecyclerView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,11 +13,11 @@ public final class r4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f188b;
public final TextView f189b;
public r4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) {
this.a = linearLayout;
this.f188b = textView;
this.f189b = textView;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,7 +13,7 @@ public final class r5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f189b;
public final MaterialButton f190b;
@NonNull
public final MaterialButton c;
@NonNull
@ -21,7 +21,7 @@ public final class r5 implements ViewBinding {
public r5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) {
this.a = linearLayout;
this.f189b = materialButton;
this.f190b = materialButton;
this.c = materialButton2;
this.d = switchMaterial;
}

View File

@ -16,7 +16,7 @@ public final class s implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f190b;
public final TextView f191b;
@NonNull
public final LoadingButton c;
@NonNull
@ -32,7 +32,7 @@ public final class s implements ViewBinding {
public s(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) {
this.a = linearLayout;
this.f190b = textView;
this.f191b = textView;
this.c = loadingButton;
this.d = textView2;
this.e = appViewFlipper;

View File

@ -14,7 +14,7 @@ public final class s0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f191b;
public final ImageView f192b;
@NonNull
public final ImageView c;
@NonNull
@ -28,7 +28,7 @@ public final class s0 implements ViewBinding {
public s0(@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.f191b = imageView;
this.f192b = imageView;
this.c = imageView3;
this.d = imageView4;
this.e = imageView5;

View File

@ -13,7 +13,7 @@ public final class s1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f192b;
public final SimpleDraweeView f193b;
@NonNull
public final TextView c;
@NonNull
@ -25,7 +25,7 @@ public final class s1 implements ViewBinding {
public s1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) {
this.a = linearLayout;
this.f192b = simpleDraweeView;
this.f193b = simpleDraweeView;
this.c = textView;
this.d = textView2;
this.e = textView3;

View File

@ -16,7 +16,7 @@ public final class s2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ProgressBar f193b;
public final ProgressBar f194b;
@NonNull
public final ImageView c;
@NonNull
@ -34,7 +34,7 @@ public final class s2 implements ViewBinding {
public s2(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView4, @NonNull TextView textView3) {
this.a = constraintLayout;
this.f193b = progressBar;
this.f194b = progressBar;
this.c = imageView;
this.d = imageView2;
this.e = textView;

View File

@ -14,7 +14,7 @@ public final class s3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final VoiceUserView f194b;
public final VoiceUserView f195b;
@NonNull
public final ImageView c;
@NonNull
@ -30,7 +30,7 @@ public final class s3 implements ViewBinding {
public s3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) {
this.a = view;
this.f194b = voiceUserView;
this.f195b = voiceUserView;
this.c = imageView;
this.d = imageView2;
this.e = imageView3;

View File

@ -13,7 +13,7 @@ public final class s4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final StickerView f195b;
public final StickerView f196b;
@NonNull
public final StickerView c;
@NonNull
@ -25,7 +25,7 @@ public final class s4 implements ViewBinding {
public s4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) {
this.a = linearLayout;
this.f195b = stickerView;
this.f196b = stickerView;
this.c = stickerView2;
this.d = stickerView3;
this.e = stickerView4;

View File

@ -12,11 +12,11 @@ public final class s5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f196b;
public final MaterialButton f197b;
public s5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) {
this.a = linearLayout;
this.f196b = materialButton;
this.f197b = materialButton;
}
@Override // androidx.viewbinding.ViewBinding

View File

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

View File

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

View File

@ -15,7 +15,7 @@ public final class t1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f199b;
public final SimpleDraweeView f200b;
@NonNull
public final ImageView c;
@NonNull
@ -25,7 +25,7 @@ public final class t1 implements ViewBinding {
public t1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) {
this.a = relativeLayout;
this.f199b = simpleDraweeView;
this.f200b = simpleDraweeView;
this.c = imageView;
this.d = simpleDraweeView2;
this.e = statusView;

View File

@ -14,7 +14,7 @@ public final class t2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f200b;
public final ImageView f201b;
@NonNull
public final TextView c;
@NonNull
@ -22,7 +22,7 @@ public final class t2 implements ViewBinding {
public t2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) {
this.a = frameLayout;
this.f200b = imageView;
this.f201b = imageView;
this.c = textView;
this.d = progressBar;
}

View File

@ -13,13 +13,13 @@ public final class t3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f201b;
public final SimpleDraweeView f202b;
@NonNull
public final TextView c;
public t3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.f201b = simpleDraweeView;
this.f202b = simpleDraweeView;
this.c = textView;
}

View File

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

View File

@ -14,7 +14,7 @@ public final class u implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f203b;
public final ImageView f204b;
@NonNull
public final TextView c;
@NonNull
@ -22,7 +22,7 @@ public final class u implements ViewBinding {
public u(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) {
this.a = relativeLayout;
this.f203b = imageView;
this.f204b = imageView;
this.c = textView;
this.d = materialButton;
}

View File

@ -15,7 +15,7 @@ public final class u0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f204b;
public final MaterialButton f205b;
@NonNull
public final TabLayout c;
@NonNull
@ -27,7 +27,7 @@ public final class u0 implements ViewBinding {
public u0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) {
this.a = relativeLayout;
this.f204b = materialButton;
this.f205b = materialButton;
this.c = tabLayout;
this.d = materialButton2;
this.e = materialButton3;

View File

@ -13,7 +13,7 @@ public final class u2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f205b;
public final LinearLayout f206b;
@NonNull
public final MaterialButton c;
@NonNull
@ -33,7 +33,7 @@ public final class u2 implements ViewBinding {
public u2(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) {
this.a = linearLayout;
this.f205b = linearLayout2;
this.f206b = linearLayout2;
this.c = materialButton;
this.d = linearLayout3;
this.e = textView;

View File

@ -18,7 +18,7 @@ public final class u3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f206b;
public final LinearLayout f207b;
@NonNull
public final TextView c;
@NonNull
@ -36,7 +36,7 @@ public final class u3 implements ViewBinding {
public u3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull StepsProgressIndicatorView stepsProgressIndicatorView, @NonNull TextView textView2, @NonNull ViewPager2 viewPager2) {
this.a = relativeLayout;
this.f206b = linearLayout;
this.f207b = linearLayout;
this.c = textView;
this.d = imageView;
this.e = loadingButton;

View File

@ -16,7 +16,7 @@ public final class u4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f207b;
public final ImageView f208b;
@NonNull
public final LinkifiedTextView c;
@NonNull
@ -26,7 +26,7 @@ public final class u4 implements ViewBinding {
public u4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) {
this.a = constraintLayout;
this.f207b = imageView;
this.f208b = imageView;
this.c = linkifiedTextView;
this.d = simpleDraweeView;
this.e = textView;

View File

@ -12,7 +12,7 @@ public final class u5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f208b;
public final TextView f209b;
@NonNull
public final LinearLayout c;
@NonNull
@ -22,7 +22,7 @@ public final class u5 implements ViewBinding {
public u5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) {
this.a = linearLayout;
this.f208b = textView;
this.f209b = textView;
this.c = linearLayout2;
this.d = textView2;
this.e = linearLayout3;

View File

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

View File

@ -14,7 +14,7 @@ public final class v1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f210b;
public final TextView f211b;
@NonNull
public final ImageView c;
@NonNull
@ -24,7 +24,7 @@ public final class v1 implements ViewBinding {
public v1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) {
this.a = constraintLayout;
this.f210b = textView;
this.f211b = textView;
this.c = imageView;
this.d = textView2;
this.e = textView3;

View File

@ -12,7 +12,7 @@ public final class v2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f211b;
public final TextView f212b;
@NonNull
public final TextView c;
@NonNull
@ -22,7 +22,7 @@ public final class v2 implements ViewBinding {
public v2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = linearLayout;
this.f211b = textView;
this.f212b = textView;
this.c = textView3;
this.d = textView4;
this.e = textView5;

View File

@ -13,7 +13,7 @@ public final class v3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f212b;
public final SimpleDraweeView f213b;
@NonNull
public final TextView c;
@NonNull
@ -21,7 +21,7 @@ public final class v3 implements ViewBinding {
public v3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.f212b = simpleDraweeView;
this.f213b = simpleDraweeView;
this.c = textView;
this.d = textView2;
}

View File

@ -16,13 +16,13 @@ public final class v4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final FlexboxLayout f213b;
public final FlexboxLayout f214b;
@NonNull
public final i2 c;
public v4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull i2 i2Var) {
this.a = actionRowComponentView;
this.f213b = flexboxLayout;
this.f214b = flexboxLayout;
this.c = i2Var;
}

View File

@ -12,13 +12,13 @@ public final class v5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final CardView f214b;
public final CardView f215b;
@NonNull
public final TextView c;
public v5(@NonNull CardView cardView, @NonNull CardView cardView2, @NonNull TextView textView) {
this.a = cardView;
this.f214b = cardView2;
this.f215b = cardView2;
this.c = textView;
}

View File

@ -14,7 +14,7 @@ public final class w implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f215b;
public final ImageView f216b;
@NonNull
public final RoleIconView c;
@NonNull
@ -22,7 +22,7 @@ public final class w implements ViewBinding {
public w(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull RoleIconView roleIconView, @NonNull TextView textView) {
this.a = cardView;
this.f215b = imageView;
this.f216b = imageView;
this.c = roleIconView;
this.d = textView;
}

View File

@ -14,7 +14,7 @@ public final class w0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f216b;
public final LinearLayout f217b;
@NonNull
public final View c;
@NonNull
@ -26,7 +26,7 @@ public final class w0 implements ViewBinding {
public w0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) {
this.a = linearLayout;
this.f216b = linearLayout2;
this.f217b = linearLayout2;
this.c = view;
this.d = textView;
this.e = recyclerView;

View File

@ -15,7 +15,7 @@ public final class w1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f217b;
public final TextView f218b;
@NonNull
public final ImageView c;
@NonNull
@ -33,7 +33,7 @@ public final class w1 implements ViewBinding {
public w1(@NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar, @NonNull MaterialButton materialButton2) {
this.a = frameLayout;
this.f217b = textView;
this.f218b = textView;
this.c = imageView;
this.d = imageView2;
this.e = imageView3;

View File

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

View File

@ -15,7 +15,7 @@ public final class w3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final FrameLayout f219b;
public final FrameLayout f220b;
@NonNull
public final View c;
@NonNull
@ -33,7 +33,7 @@ public final class w3 implements ViewBinding {
public w3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) {
this.a = linearLayout;
this.f219b = frameLayout;
this.f220b = frameLayout;
this.c = view;
this.d = view2;
this.e = textView;

View File

@ -17,7 +17,7 @@ public final class w4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f220b;
public final ImageView f221b;
@NonNull
public final TypingDots c;
@NonNull
@ -29,7 +29,7 @@ public final class w4 implements ViewBinding {
public w4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) {
this.a = selectComponentView;
this.f220b = imageView;
this.f221b = imageView;
this.c = typingDots;
this.d = simpleDraweeView;
this.e = materialTextView;

View File

@ -12,13 +12,13 @@ public final class w5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f221b;
public final MaterialButton f222b;
@NonNull
public final MaterialButton c;
public w5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) {
this.a = linearLayout;
this.f221b = materialButton;
this.f222b = materialButton;
this.c = materialButton2;
}

View File

@ -12,11 +12,11 @@ public final class x implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f222b;
public final MaterialButton f223b;
public x(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) {
this.a = linearLayout;
this.f222b = materialButton;
this.f223b = materialButton;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,11 +13,11 @@ public final class x2 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f223b;
public final MaterialButton f224b;
public x2(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton) {
this.a = linearLayout;
this.f223b = materialButton;
this.f224b = materialButton;
}
@Override // androidx.viewbinding.ViewBinding

View File

@ -13,7 +13,7 @@ public final class x3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f224b;
public final ImageView f225b;
@NonNull
public final StatusView c;
@NonNull
@ -25,7 +25,7 @@ public final class x3 implements ViewBinding {
public x3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView2) {
this.a = view;
this.f224b = imageView;
this.f225b = imageView;
this.c = statusView;
this.d = textView;
this.e = textView2;

View File

@ -17,7 +17,7 @@ public final class x5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f225b;
public final LinearLayout f226b;
@NonNull
public final TextView c;
@NonNull
@ -35,7 +35,7 @@ public final class x5 implements ViewBinding {
public x5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) {
this.a = linearLayout;
this.f225b = linearLayout2;
this.f226b = linearLayout2;
this.c = textView;
this.d = textView2;
this.e = simpleDraweeView;

View File

@ -12,13 +12,13 @@ public final class y implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f226b;
public final ImageView f227b;
@NonNull
public final TextView c;
public y(@NonNull View view, @NonNull View view2, @NonNull ImageView imageView, @NonNull TextView textView) {
this.a = view;
this.f226b = imageView;
this.f227b = imageView;
this.c = textView;
}

View File

@ -11,11 +11,11 @@ public final class y0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f227b;
public final SimpleDraweeView f228b;
public y0(@NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) {
this.a = simpleDraweeView;
this.f227b = simpleDraweeView2;
this.f228b = simpleDraweeView2;
}
@Override // androidx.viewbinding.ViewBinding

View File

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

View File

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

View File

@ -14,7 +14,7 @@ public final class y3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ProgressBar f230b;
public final ProgressBar f231b;
@NonNull
public final ImageView c;
@NonNull
@ -24,7 +24,7 @@ public final class y3 implements ViewBinding {
public y3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) {
this.a = constraintLayout;
this.f230b = progressBar;
this.f231b = progressBar;
this.c = imageView;
this.d = textView;
this.e = textView2;

View File

@ -14,7 +14,7 @@ public final class y4 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final TextView f231b;
public final TextView f232b;
@NonNull
public final ChatActionItem c;
@NonNull
@ -22,7 +22,7 @@ public final class y4 implements ViewBinding {
public y4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) {
this.a = linearLayout;
this.f231b = textView;
this.f232b = textView;
this.c = chatActionItem;
this.d = chatActionItem2;
}

View File

@ -15,7 +15,7 @@ public final class y5 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final LinearLayout f232b;
public final LinearLayout f233b;
@NonNull
public final TextView c;
@NonNull
@ -33,7 +33,7 @@ public final class y5 implements ViewBinding {
public y5(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) {
this.a = constraintLayout;
this.f232b = linearLayout;
this.f233b = linearLayout;
this.c = textView;
this.d = textView2;
this.e = simpleDraweeView;

View File

@ -14,7 +14,7 @@ public final class z implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final MaterialButton f233b;
public final MaterialButton f234b;
@NonNull
public final TextView c;
@NonNull
@ -24,7 +24,7 @@ public final class z implements ViewBinding {
public z(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) {
this.a = linearLayout;
this.f233b = materialButton;
this.f234b = materialButton;
this.c = textView;
this.d = simpleDraweeView;
this.e = materialButton2;

View File

@ -19,7 +19,7 @@ public final class z0 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f234b;
public final ImageView f235b;
@NonNull
public final CardView c;
@NonNull
@ -31,7 +31,7 @@ public final class z0 implements ViewBinding {
public z0(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) {
this.a = cardView;
this.f234b = imageView;
this.f235b = imageView;
this.c = cardView2;
this.d = textView;
this.e = textInputLayout;

View File

@ -12,13 +12,13 @@ public final class z1 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final ImageView f235b;
public final ImageView f236b;
@NonNull
public final TextView c;
public z1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) {
this.a = view;
this.f235b = imageView;
this.f236b = imageView;
this.c = textView;
}

View File

@ -13,7 +13,7 @@ public final class z3 implements ViewBinding {
@NonNull
/* renamed from: b reason: collision with root package name */
public final SimpleDraweeView f236b;
public final SimpleDraweeView f237b;
@NonNull
public final TextView c;
@NonNull
@ -23,7 +23,7 @@ public final class z3 implements ViewBinding {
public z3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) {
this.a = view;
this.f236b = simpleDraweeView;
this.f237b = simpleDraweeView;
this.c = textView;
this.d = textView2;
this.e = statusView;

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