113.1 - Alpha (113201)
This commit is contained in:
		
							parent
							
								
									c719f5bc8d
								
							
						
					
					
						commit
						efa6163a47
					
				
					 4207 changed files with 43052 additions and 39664 deletions
				
			
		| 
						 | 
				
			
			@ -10,8 +10,8 @@ android {
 | 
			
		|||
        applicationId 'com.discord'
 | 
			
		||||
        minSdkVersion 21
 | 
			
		||||
        targetSdkVersion 30
 | 
			
		||||
        versionCode 113200
 | 
			
		||||
        versionName "113.0 - Alpha"
 | 
			
		||||
        versionCode 113201
 | 
			
		||||
        versionName "113.1 - Alpha"
 | 
			
		||||
 | 
			
		||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="113200" android:versionName="113.0 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="113201" android:versionName="113.1 - Alpha" 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"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        throw new IllegalStateException("Cancel call cannot happen without a maybeRun".toString());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1(this));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* JADX INFO: this call moved to the top of the method (can break code semantics) */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.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) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H();
 | 
			
		||||
        if (H.isDispatchNeeded(coroutineContext) || canRun()) {
 | 
			
		||||
            H.dispatch(coroutineContext, new DispatchQueue$dispatchAndEnqueue$$inlined$with$lambda$1(this, coroutineContext, runnable));
 | 
			
		||||
        } else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.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.f3803b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
 | 
			
		||||
        return C1 == c.getCOROUTINE_SUSPENDED() ? C1 : Unit.a;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
 | 
			
		||||
            throw th;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H()));
 | 
			
		||||
        } while (!lifecycle.mInternalScopeRef.compareAndSet(null, lifecycleCoroutineScopeImpl));
 | 
			
		||||
        lifecycleCoroutineScopeImpl.register();
 | 
			
		||||
        return lifecycleCoroutineScopeImpl;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override // androidx.lifecycle.LiveDataScope
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H().isDispatchNeeded(coroutineContext)) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
        return !this.dispatchQueue.canRun();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H())));
 | 
			
		||||
        m.checkNotNullExpressionValue(tagIfAbsent, "setTagIfAbsent(\n        …Main.immediate)\n        )");
 | 
			
		||||
        return (CoroutineScope) tagIfAbsent;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.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.f3803b.H();
 | 
			
		||||
        d0.z.d.l.mark(3);
 | 
			
		||||
        throw null;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().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().f189b;
 | 
			
		||||
                    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));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().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().f183b;
 | 
			
		||||
                    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().f183b;
 | 
			
		||||
                TextView textView5 = bVar.g().f185b;
 | 
			
		||||
                m.checkNotNullExpressionValue(textView5, "binding.guildBoostCancelBody");
 | 
			
		||||
                TimeUtils timeUtils2 = TimeUtils.INSTANCE;
 | 
			
		||||
                String currentPeriodEnd2 = ((f.c.b) cVar2).f.getCurrentPeriodEnd();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().f179b;
 | 
			
		||||
        m.checkNotNullExpressionValue(textView, "binding.guildBoostActivatedBody1");
 | 
			
		||||
        Bundle arguments = getArguments();
 | 
			
		||||
        CharSequence charSequence = null;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().f198b;
 | 
			
		||||
        m.checkNotNullExpressionValue(textView3, "binding.continueButton");
 | 
			
		||||
        textView3.setVisibility(this.o ^ true ? 0 : 8);
 | 
			
		||||
        g().f196b.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));
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().f204b.setOnClickListener(new a(0, this));
 | 
			
		||||
        g().c.setOnClickListener(new a(1, this));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().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().f203b.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);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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()).f2764b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2764b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2764b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2764b));
 | 
			
		||||
        return Unit.a;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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));
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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])).f223b.setOnClickListener(new c(this));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().f239b.setText(sVar.getString(R.string.okay));
 | 
			
		||||
            sVar.g().f239b.setIsLoading(dVar2.f49b);
 | 
			
		||||
            sVar.g().f239b.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() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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().f172b;
 | 
			
		||||
        m.checkNotNullExpressionValue(textView2, "binding.giftEntitlementCode");
 | 
			
		||||
        textView2.setText(generateGiftUrl);
 | 
			
		||||
        g().d.setOnClickListener(new e(this, generateGiftUrl));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										120
									
								
								app/src/main/java/b/a/i/b6.java
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										120
									
								
								app/src/main/java/b/a/i/b6.java
									
										
									
									
									
										Normal 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;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue