113.2 - Alpha (113202)
This commit is contained in:
		
							parent
							
								
									efa6163a47
								
							
						
					
					
						commit
						0657a64794
					
				
					 1372 changed files with 20172 additions and 19031 deletions
				
			
		| 
						 | 
				
			
			@ -10,8 +10,8 @@ android {
 | 
			
		|||
        applicationId 'com.discord'
 | 
			
		||||
        minSdkVersion 21
 | 
			
		||||
        targetSdkVersion 30
 | 
			
		||||
        versionCode 113201
 | 
			
		||||
        versionName "113.1 - Alpha"
 | 
			
		||||
        versionCode 113202
 | 
			
		||||
        versionName "113.2 - 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="113201" android:versionName="113.1 - 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="113202" android:versionName="113.2 - 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"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.f3803b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
 | 
			
		||||
            this.cancellationJob = f.H0(coroutineScope, n.f3804b.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.f3803b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1(this));
 | 
			
		||||
        this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3804b.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.f3803b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation);
 | 
			
		||||
        return f.C1(n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null);
 | 
			
		||||
        f.H0(f.c(n.f3804b.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.f3803b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
 | 
			
		||||
        Object C1 = f.C1(n.f3804b.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.f3803b.H();
 | 
			
		||||
            l1 H = n.f3804b.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.f3803b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
 | 
			
		||||
            b.i.a.f.e.o.f.H0(x0Var, n.f3804b.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.f3803b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer2, null), 2, null);
 | 
			
		||||
                        b.i.a.f.e.o.f.H0(x0Var, n.f3804b.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.f3803b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
 | 
			
		||||
                        b.i.a.f.e.o.f.H0(x0Var2, n.f3804b.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.f3803b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
 | 
			
		||||
                b.i.a.f.e.o.f.H0(x0Var2, n.f3804b.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.f3803b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
 | 
			
		||||
            b.i.a.f.e.o.f.H0(x0Var2, n.f3804b.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.f3803b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$1, observer, null), 2, null);
 | 
			
		||||
            b.i.a.f.e.o.f.H0(x0Var2, n.f3804b.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.f3803b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
 | 
			
		||||
        f.H0(this, n.f3804b.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.f3803b.H()));
 | 
			
		||||
            lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3804b.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.f3803b.H());
 | 
			
		||||
        this.coroutineContext = coroutineContext.plus(n.f3804b.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.f3803b.H().isDispatchNeeded(coroutineContext)) {
 | 
			
		||||
        if (n.f3804b.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.f3803b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
 | 
			
		||||
        return f.C1(n.f3804b.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.f3803b.H())));
 | 
			
		||||
        Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
            l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
            l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.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.f3803b.H();
 | 
			
		||||
        l1 H = n.f3804b.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.f3803b.H();
 | 
			
		||||
        n.f3804b.H();
 | 
			
		||||
        d0.z.d.l.mark(3);
 | 
			
		||||
        throw null;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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()).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));
 | 
			
		||||
        dVar.updateViewState(new d.a.C0014a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2765b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2765b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2765b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2765b));
 | 
			
		||||
        return Unit.a;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ public final class b extends o implements Function1<View, Unit> {
 | 
			
		|||
    public Unit invoke(View view) {
 | 
			
		||||
        View view2 = view;
 | 
			
		||||
        m.checkNotNullParameter(view2, "view");
 | 
			
		||||
        this.$clickHandler.f2684b.invoke(this.this$0.a, view2);
 | 
			
		||||
        this.$clickHandler.f2685b.invoke(this.this$0.a, view2);
 | 
			
		||||
        return Unit.a;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,11 +25,11 @@ public final class c extends Node.a<RenderContext> {
 | 
			
		|||
        RenderContext renderContext = (RenderContext) obj;
 | 
			
		||||
        m.checkNotNullParameter(spannableStringBuilder, "builder");
 | 
			
		||||
        m.checkNotNullParameter(renderContext, "renderContext");
 | 
			
		||||
        Hook hook = renderContext.f2685b.get(this.a);
 | 
			
		||||
        Hook hook = renderContext.f2686b.get(this.a);
 | 
			
		||||
        int length = spannableStringBuilder.length();
 | 
			
		||||
        super.render(spannableStringBuilder, renderContext);
 | 
			
		||||
        Hook.a aVar = null;
 | 
			
		||||
        CharSequence charSequence = hook != null ? hook.f2683b : null;
 | 
			
		||||
        CharSequence charSequence = hook != null ? hook.f2684b : null;
 | 
			
		||||
        if (charSequence != null) {
 | 
			
		||||
            spannableStringBuilder.replace(length, spannableStringBuilder.length(), charSequence);
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,7 +23,7 @@ public final class b extends o implements Function1<OverlayBubbleWrap, Boolean>
 | 
			
		|||
        OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap;
 | 
			
		||||
        m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap");
 | 
			
		||||
        try {
 | 
			
		||||
            this.this$0.f2730s.removeViewImmediate(overlayBubbleWrap2);
 | 
			
		||||
            this.this$0.f2731s.removeViewImmediate(overlayBubbleWrap2);
 | 
			
		||||
            this.this$0.m.invoke(overlayBubbleWrap2);
 | 
			
		||||
            z2 = true;
 | 
			
		||||
        } catch (IllegalArgumentException unused) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -77,8 +77,8 @@ public final class d implements View.OnClickListener {
 | 
			
		|||
        overlayBubbleWrap.addOnAttachStateChangeListener(new a(this));
 | 
			
		||||
        this.j.a(overlayBubbleWrap);
 | 
			
		||||
        this.l.setBubbleTouchable(false);
 | 
			
		||||
        this.j.f2730s.removeViewImmediate(this.l);
 | 
			
		||||
        WindowManager windowManager = this.j.f2730s;
 | 
			
		||||
        this.j.f2731s.removeViewImmediate(this.l);
 | 
			
		||||
        WindowManager windowManager = this.j.f2731s;
 | 
			
		||||
        OverlayBubbleWrap overlayBubbleWrap2 = this.l;
 | 
			
		||||
        windowManager.addView(overlayBubbleWrap2, overlayBubbleWrap2.getWindowLayoutParams());
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,15 +28,15 @@ public final class e<T> implements Action1<k.c> {
 | 
			
		|||
            PublishSubject<AppMediaPlayer.Event> publishSubject2 = this.j.a;
 | 
			
		||||
            publishSubject2.k.onNext(AppMediaPlayer.Event.a.a);
 | 
			
		||||
            AppMediaPlayer appMediaPlayer = this.j;
 | 
			
		||||
            Subscription subscription = appMediaPlayer.f2733b;
 | 
			
		||||
            Subscription subscription = appMediaPlayer.f2734b;
 | 
			
		||||
            if (subscription != null) {
 | 
			
		||||
                subscription.unsubscribe();
 | 
			
		||||
            }
 | 
			
		||||
            appMediaPlayer.f2733b = Observable.E(500, 500, TimeUnit.MILLISECONDS, appMediaPlayer.i).K().I(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer));
 | 
			
		||||
            appMediaPlayer.f2734b = Observable.E(500, 500, TimeUnit.MILLISECONDS, appMediaPlayer.i).K().I(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer));
 | 
			
		||||
        } else if (i == 4) {
 | 
			
		||||
            PublishSubject<AppMediaPlayer.Event> publishSubject3 = this.j.a;
 | 
			
		||||
            publishSubject3.k.onNext(AppMediaPlayer.Event.e.a);
 | 
			
		||||
            Subscription subscription2 = this.j.f2733b;
 | 
			
		||||
            Subscription subscription2 = this.j.f2734b;
 | 
			
		||||
            if (subscription2 != null) {
 | 
			
		||||
                subscription2.unsubscribe();
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1<Pair<? exte
 | 
			
		|||
        Pair<? extends Map<String, ? extends EncodeQuality>, ? extends RtcConnection.State> pair2 = pair;
 | 
			
		||||
        m.checkNotNullParameter(pair2, "p1");
 | 
			
		||||
        RtcConnection rtcConnection = (RtcConnection) this.receiver;
 | 
			
		||||
        if (rtcConnection.f2749b0) {
 | 
			
		||||
        if (rtcConnection.f2750b0) {
 | 
			
		||||
            Map map = (Map) pair2.component1();
 | 
			
		||||
            if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) {
 | 
			
		||||
                rtcConnection.V.i(rtcConnection.l, "local MediaSinkWants: " + map, null);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,7 @@ public final class b0 implements MediaEngineConnection.d {
 | 
			
		|||
        RtcConnection rtcConnection = this.a;
 | 
			
		||||
        rtcConnection.q.succeed();
 | 
			
		||||
        rtcConnection.r = transportInfo;
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2753x;
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2754x;
 | 
			
		||||
        if (mediaEngineConnection2 != null) {
 | 
			
		||||
            d dVar = new d(1000, rtcConnection.V, mediaEngineConnection2, new VoiceQuality(), rtcConnection.B, new KrispOveruseDetector(mediaEngineConnection2), 0, 64);
 | 
			
		||||
            dVar.a.clear();
 | 
			
		||||
| 
						 | 
				
			
			@ -67,7 +67,7 @@ public final class b0 implements MediaEngineConnection.d {
 | 
			
		|||
                return;
 | 
			
		||||
            }
 | 
			
		||||
            String str = transportInfo.a;
 | 
			
		||||
            int i = transportInfo.f2773b;
 | 
			
		||||
            int i = transportInfo.f2774b;
 | 
			
		||||
            m.checkNotNullParameter("udp", "protocol");
 | 
			
		||||
            m.checkNotNullParameter(str, "address");
 | 
			
		||||
            m.checkNotNullParameter("xsalsa20_poly1305", "mode");
 | 
			
		||||
| 
						 | 
				
			
			@ -91,7 +91,7 @@ public final class b0 implements MediaEngineConnection.d {
 | 
			
		|||
        m.checkNotNullParameter(mediaEngineConnection, "connection");
 | 
			
		||||
        m.checkNotNullParameter(connectionState, "connectionState");
 | 
			
		||||
        RtcConnection rtcConnection = this.a;
 | 
			
		||||
        RtcConnection.StateChange stateChange = rtcConnection.f2752s;
 | 
			
		||||
        RtcConnection.StateChange stateChange = rtcConnection.f2753s;
 | 
			
		||||
        rtcConnection.r("Connection state change: " + connectionState);
 | 
			
		||||
        int ordinal = connectionState.ordinal();
 | 
			
		||||
        if (ordinal == 0) {
 | 
			
		||||
| 
						 | 
				
			
			@ -106,10 +106,10 @@ public final class b0 implements MediaEngineConnection.d {
 | 
			
		|||
            throw new NoWhenBranchMatchedException();
 | 
			
		||||
        }
 | 
			
		||||
        rtcConnection.u(state);
 | 
			
		||||
        if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2752s.a == RtcConnection.State.h.a) {
 | 
			
		||||
        if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2753s.a == RtcConnection.State.h.a) {
 | 
			
		||||
            rtcConnection.q();
 | 
			
		||||
        }
 | 
			
		||||
        if (rtcConnection.f2752s.a == RtcConnection.State.f.a) {
 | 
			
		||||
        if (rtcConnection.f2753s.a == RtcConnection.State.f.a) {
 | 
			
		||||
            rtcConnection.D = Long.valueOf(rtcConnection.W.currentTimeMillis());
 | 
			
		||||
            rtcConnection.J = true;
 | 
			
		||||
            Map<String, Object> mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.E)));
 | 
			
		||||
| 
						 | 
				
			
			@ -123,7 +123,7 @@ public final class b0 implements MediaEngineConnection.d {
 | 
			
		|||
            rtcConnection.p(RtcConnection.AnalyticsEvent.VOICE_CONNECTION_SUCCESS, mutableMapOf);
 | 
			
		||||
            MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.H;
 | 
			
		||||
            if (mediaSinkWantsManager != null) {
 | 
			
		||||
                mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2753x));
 | 
			
		||||
                mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2754x));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,7 +23,7 @@ public final class g extends o implements Function0<Unit> {
 | 
			
		|||
        Objects.requireNonNull(mediaSinkWantsManager);
 | 
			
		||||
        mediaSinkWantsManager.b(new i(mediaSinkWantsManager, null));
 | 
			
		||||
        this.this$0.a.clear();
 | 
			
		||||
        this.this$0.f2746b.clear();
 | 
			
		||||
        this.this$0.f2747b.clear();
 | 
			
		||||
        return Unit.a;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,7 +41,7 @@ public final class h0 implements a.d {
 | 
			
		|||
    public void a(String str, String str2) {
 | 
			
		||||
        m.checkNotNullParameter(str, "audioCodec");
 | 
			
		||||
        m.checkNotNullParameter(str2, "videoCodec");
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection = this.a.f2753x;
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection = this.a.f2754x;
 | 
			
		||||
        if (mediaEngineConnection != null) {
 | 
			
		||||
            mediaEngineConnection.r(str, str2);
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -52,11 +52,11 @@ public final class h0 implements a.d {
 | 
			
		|||
        RtcConnection rtcConnection = this.a;
 | 
			
		||||
        Objects.requireNonNull(rtcConnection);
 | 
			
		||||
        rtcConnection.r("Disconnected from RTC server. wasFatal: " + z2 + " -- code: " + num + " -- reason: " + str);
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection = rtcConnection.f2753x;
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection = rtcConnection.f2754x;
 | 
			
		||||
        if (mediaEngineConnection != null) {
 | 
			
		||||
            mediaEngineConnection.destroy();
 | 
			
		||||
        }
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2753x;
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2754x;
 | 
			
		||||
        if (mediaEngineConnection2 != null) {
 | 
			
		||||
            mediaEngineConnection2.o(rtcConnection.N);
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -67,7 +67,7 @@ public final class h0 implements a.d {
 | 
			
		|||
        if ((num != null && num.intValue() == 1000) || z4) {
 | 
			
		||||
            z3 = false;
 | 
			
		||||
        }
 | 
			
		||||
        if (!(rtcConnection.f2752s.a instanceof RtcConnection.State.d)) {
 | 
			
		||||
        if (!(rtcConnection.f2753s.a instanceof RtcConnection.State.d)) {
 | 
			
		||||
            rtcConnection.n(z3, str);
 | 
			
		||||
            d dVar = rtcConnection.o;
 | 
			
		||||
            if (dVar != null) {
 | 
			
		||||
| 
						 | 
				
			
			@ -93,7 +93,7 @@ public final class h0 implements a.d {
 | 
			
		|||
    public void c(String str, List<Integer> list) {
 | 
			
		||||
        m.checkNotNullParameter(str, "mode");
 | 
			
		||||
        m.checkNotNullParameter(list, "secretKey");
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection = this.a.f2753x;
 | 
			
		||||
        MediaEngineConnection mediaEngineConnection = this.a.f2754x;
 | 
			
		||||
        if (mediaEngineConnection != null) {
 | 
			
		||||
            mediaEngineConnection.t(str, u.toIntArray(list));
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -241,7 +241,7 @@ public final class h0 implements a.d {
 | 
			
		|||
                    n nVar = cVar2.a;
 | 
			
		||||
                    int max = Math.max((int) (((double) j0Var.c.a) * nVar.c), j0Var.d);
 | 
			
		||||
                    int max2 = Math.max((int) (((double) j0Var.c.f252b) * nVar.c), j0Var.d);
 | 
			
		||||
                    MediaEngineConnection mediaEngineConnection = rtcConnection.f2753x;
 | 
			
		||||
                    MediaEngineConnection mediaEngineConnection = rtcConnection.f2754x;
 | 
			
		||||
                    if (mediaEngineConnection != null) {
 | 
			
		||||
                        mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.f271b, nVar.d, nVar.e));
 | 
			
		||||
                        return;
 | 
			
		||||
| 
						 | 
				
			
			@ -372,7 +372,7 @@ public final class h0 implements a.d {
 | 
			
		|||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        g.l(rtcConnection.N);
 | 
			
		||||
        rtcConnection.f2753x = g;
 | 
			
		||||
        rtcConnection.f2754x = g;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override // b.a.q.n0.a.d
 | 
			
		||||
| 
						 | 
				
			
			@ -391,7 +391,7 @@ public final class h0 implements a.d {
 | 
			
		|||
    public void onSpeaking(long j, int i, boolean z2) {
 | 
			
		||||
        RtcConnection rtcConnection = this.a;
 | 
			
		||||
        if (j != rtcConnection.T) {
 | 
			
		||||
            MediaEngineConnection mediaEngineConnection = rtcConnection.f2753x;
 | 
			
		||||
            MediaEngineConnection mediaEngineConnection = rtcConnection.f2754x;
 | 
			
		||||
            if (mediaEngineConnection != null) {
 | 
			
		||||
                mediaEngineConnection.s(j, i, null, rtcConnection.g(j), rtcConnection.h(j));
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -36,7 +36,7 @@ public final class i extends o implements Function0<Unit> {
 | 
			
		|||
        }
 | 
			
		||||
        if (this.$connection != null) {
 | 
			
		||||
            MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0;
 | 
			
		||||
            Set<Long> keySet = mediaSinkWantsManager3.f2746b.keySet();
 | 
			
		||||
            Set<Long> keySet = mediaSinkWantsManager3.f2747b.keySet();
 | 
			
		||||
            ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10));
 | 
			
		||||
            for (Number number : keySet) {
 | 
			
		||||
                arrayList.add(String.valueOf(number.longValue()));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@ public final class f extends ContentObserver {
 | 
			
		|||
        DiscordAudioManager discordAudioManager = this.a;
 | 
			
		||||
        int streamVolume = discordAudioManager.e.getStreamVolume(3);
 | 
			
		||||
        discordAudioManager.w = streamVolume;
 | 
			
		||||
        SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2762y;
 | 
			
		||||
        SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2763y;
 | 
			
		||||
        serializedSubject.k.onNext(Integer.valueOf(streamVolume));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -95,10 +95,10 @@ public final class l extends o implements Function0<Unit> {
 | 
			
		|||
            arrayList2.add(new MediaSinkWantsManager.b(encodeQuality, intValue2, videoMetadata));
 | 
			
		||||
        }
 | 
			
		||||
        if (arrayList2.isEmpty()) {
 | 
			
		||||
            this.this$0.f2746b.remove(Long.valueOf(this.$userId));
 | 
			
		||||
            this.this$0.f2747b.remove(Long.valueOf(this.$userId));
 | 
			
		||||
            this.this$0.c.remove(Long.valueOf(this.$userId));
 | 
			
		||||
        } else {
 | 
			
		||||
            this.this$0.f2746b.put(Long.valueOf(this.$userId), arrayList2);
 | 
			
		||||
            this.this$0.f2747b.put(Long.valueOf(this.$userId), arrayList2);
 | 
			
		||||
            this.this$0.c.add(Long.valueOf(this.$userId));
 | 
			
		||||
        }
 | 
			
		||||
        this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId)));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -219,7 +219,7 @@ public final class b extends ScreenCapturerAndroid {
 | 
			
		|||
            synchronized (thumbnailEmitter) {
 | 
			
		||||
                thumbnailEmitter.d.release();
 | 
			
		||||
                thumbnailEmitter.c.release();
 | 
			
		||||
                JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2776b);
 | 
			
		||||
                JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2777b);
 | 
			
		||||
                thumbnailEmitter.a = RecyclerView.FOREVER_NS;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -287,7 +287,7 @@ public final class e implements MediaEngineConnection {
 | 
			
		|||
        public Unit invoke(Connection connection) {
 | 
			
		||||
            Connection connection2 = connection;
 | 
			
		||||
            d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
 | 
			
		||||
            connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2775b);
 | 
			
		||||
            connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2776b);
 | 
			
		||||
            connection2.setVADTrailingFramesToSend(this.$inputModeOptions.c);
 | 
			
		||||
            connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a);
 | 
			
		||||
            connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1);
 | 
			
		||||
| 
						 | 
				
			
			@ -449,7 +449,7 @@ public final class e implements MediaEngineConnection {
 | 
			
		|||
        public Unit invoke(MediaEngineConnection.d dVar) {
 | 
			
		||||
            MediaEngineConnection.d dVar2 = dVar;
 | 
			
		||||
            d0.z.d.m.checkNotNullParameter(dVar2, "it");
 | 
			
		||||
            dVar2.onTargetBitrate(this.$quality.f2774b);
 | 
			
		||||
            dVar2.onTargetBitrate(this.$quality.f2775b);
 | 
			
		||||
            return Unit.a;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			@ -473,7 +473,7 @@ public final class e implements MediaEngineConnection {
 | 
			
		|||
            Connection connection2 = connection;
 | 
			
		||||
            d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
 | 
			
		||||
            MediaEngineConnection.b bVar = this.$quality;
 | 
			
		||||
            connection2.setEncodingQuality(bVar.a, bVar.f2774b, bVar.c, bVar.d, this.$frameRate);
 | 
			
		||||
            connection2.setEncodingQuality(bVar.a, bVar.f2775b, bVar.c, bVar.d, this.$frameRate);
 | 
			
		||||
            return Unit.a;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			@ -609,7 +609,7 @@ public final class e implements MediaEngineConnection {
 | 
			
		|||
        this.f267b = connectionState;
 | 
			
		||||
        this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a)));
 | 
			
		||||
        int i2 = aVar.a;
 | 
			
		||||
        String str = aVar.f2772b;
 | 
			
		||||
        String str = aVar.f2773b;
 | 
			
		||||
        int i3 = aVar.c;
 | 
			
		||||
        Object[] array = aVar.d.toArray(new StreamParameters[0]);
 | 
			
		||||
        Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array<T>");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -401,7 +401,7 @@ public final class k implements MediaEngine {
 | 
			
		|||
                discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f)) / 100.0f);
 | 
			
		||||
            }
 | 
			
		||||
            k kVar2 = this.this$0;
 | 
			
		||||
            boolean z3 = voiceConfig.f2771b;
 | 
			
		||||
            boolean z3 = voiceConfig.f2772b;
 | 
			
		||||
            kVar2.l.a();
 | 
			
		||||
            b.a.q.k0.g gVar = kVar2.o;
 | 
			
		||||
            if (gVar.g && gVar.d) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,7 +38,7 @@ public final class m implements Discord.AecConfigCallback {
 | 
			
		|||
            MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i;
 | 
			
		||||
            kVar.i = null;
 | 
			
		||||
            if (echoCancellationInfo != null) {
 | 
			
		||||
                MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.f2769b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
 | 
			
		||||
                MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.f2770b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
 | 
			
		||||
                d.d1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2);
 | 
			
		||||
                this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2);
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -90,7 +90,7 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
 | 
			
		|||
        if (krispOveruseDetector.d.getType() == MediaEngineConnection.Type.DEFAULT && krispOveruseDetector.d.b()) {
 | 
			
		||||
            OutboundRtpAudio outboundRtpAudio = stats2.getOutboundRtpAudio();
 | 
			
		||||
            if (outboundRtpAudio != null && outboundRtpAudio.getNoiseCancellerIsEnabled()) {
 | 
			
		||||
                OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2745b;
 | 
			
		||||
                OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2746b;
 | 
			
		||||
                if (outboundRtpAudio2 != null) {
 | 
			
		||||
                    Pair<Boolean, Long> a = krispOveruseDetector.a(outboundRtpAudio2, stats2.getOutboundRtpAudio(), 8.0d);
 | 
			
		||||
                    boolean booleanValue = a.component1().booleanValue();
 | 
			
		||||
| 
						 | 
				
			
			@ -107,7 +107,7 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
 | 
			
		|||
                        krispOveruseDetector.c = 0;
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                krispOveruseDetector.f2745b = stats2.getOutboundRtpAudio();
 | 
			
		||||
                krispOveruseDetector.f2746b = stats2.getOutboundRtpAudio();
 | 
			
		||||
            }
 | 
			
		||||
            OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio();
 | 
			
		||||
            if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -53,8 +53,8 @@ public final class s extends o implements Function0<Unit> {
 | 
			
		|||
                rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2);
 | 
			
		||||
                try {
 | 
			
		||||
                    URI uri = new URI(w);
 | 
			
		||||
                    rtcConnection.f2754y = uri.getHost();
 | 
			
		||||
                    rtcConnection.f2755z = Integer.valueOf(uri.getPort());
 | 
			
		||||
                    rtcConnection.f2755y = uri.getHost();
 | 
			
		||||
                    rtcConnection.f2756z = Integer.valueOf(uri.getPort());
 | 
			
		||||
                } catch (Exception e) {
 | 
			
		||||
                    rtcConnection.V.e(rtcConnection.l, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default)));
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,6 +18,6 @@ public final class i0 extends o implements Function0<Boolean> {
 | 
			
		|||
    /* renamed from: invoke */
 | 
			
		||||
    public Boolean mo1invoke() {
 | 
			
		||||
        VoiceUserView voiceUserView = this.this$0;
 | 
			
		||||
        return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2811s);
 | 
			
		||||
        return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2812s);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,8 +14,8 @@ public final class n implements View.OnClickListener {
 | 
			
		|||
 | 
			
		||||
    @Override // android.view.View.OnClickListener
 | 
			
		||||
    public final void onClick(View view) {
 | 
			
		||||
        if (this.k.f2815b.getApplicationStream() != null) {
 | 
			
		||||
            this.j.n.invoke(this.k.f2815b.getApplicationStream().getEncodedStreamKey());
 | 
			
		||||
        if (this.k.f2816b.getApplicationStream() != null) {
 | 
			
		||||
            this.j.n.invoke(this.k.f2816b.getApplicationStream().getEncodedStreamKey());
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -98,7 +98,7 @@ public class a extends AppCompatDialogFragment {
 | 
			
		|||
                }
 | 
			
		||||
            } else if (i == 2) {
 | 
			
		||||
                FlexInputFragment flexInputFragment = (FlexInputFragment) ((Fragment) this.k);
 | 
			
		||||
                FlexInputViewModel flexInputViewModel = flexInputFragment.f3140s;
 | 
			
		||||
                FlexInputViewModel flexInputViewModel = flexInputFragment.f3141s;
 | 
			
		||||
                if (flexInputViewModel != null) {
 | 
			
		||||
                    flexInputViewModel.onSendButtonClicked(flexInputFragment.o);
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			@ -418,7 +418,7 @@ public class a extends AppCompatDialogFragment {
 | 
			
		|||
                flexInputFragment.k();
 | 
			
		||||
                eVar.mo1invoke();
 | 
			
		||||
            } catch (UninitializedPropertyAccessException unused) {
 | 
			
		||||
                flexInputFragment.f3141x.add(eVar);
 | 
			
		||||
                flexInputFragment.f3142x.add(eVar);
 | 
			
		||||
            }
 | 
			
		||||
            FloatingActionButton floatingActionButton2 = this.m;
 | 
			
		||||
            if (floatingActionButton2 != null) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@ public final class b implements TabLayout.OnTabSelectedListener {
 | 
			
		|||
        if (position == 3) {
 | 
			
		||||
            this.a.h(false);
 | 
			
		||||
            Fragment parentFragment = this.a.getParentFragment();
 | 
			
		||||
            if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f3140s) != null) {
 | 
			
		||||
            if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f3141s) != null) {
 | 
			
		||||
                flexInputViewModel.onCreateThreadSelected();
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,7 +21,7 @@ public final class f implements ViewPager.OnPageChangeListener {
 | 
			
		|||
 | 
			
		||||
    @Override // androidx.viewpager.widget.ViewPager.OnPageChangeListener
 | 
			
		||||
    public void onPageSelected(int i) {
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = this.a.f3140s;
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = this.a.f3141s;
 | 
			
		||||
        if (flexInputViewModel != null) {
 | 
			
		||||
            flexInputViewModel.onContentDialogPageChanged(i);
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ public final class g implements DialogInterface.OnDismissListener {
 | 
			
		|||
    @Override // android.content.DialogInterface.OnDismissListener
 | 
			
		||||
    public final void onDismiss(DialogInterface dialogInterface) {
 | 
			
		||||
        FlexInputViewModel flexInputViewModel;
 | 
			
		||||
        if (this.j.isAdded() && !this.j.isHidden() && (flexInputViewModel = this.j.f3140s) != null) {
 | 
			
		||||
        if (this.j.isAdded() && !this.j.isHidden() && (flexInputViewModel = this.j.f3141s) != null) {
 | 
			
		||||
            f.O0(flexInputViewModel, false, 1, null);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,7 +23,7 @@ public final class h extends o implements Function1<View, Unit> {
 | 
			
		|||
    @Override // kotlin.jvm.functions.Function1
 | 
			
		||||
    public Unit invoke(View view) {
 | 
			
		||||
        m.checkNotNullParameter(view, "it");
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = this.this$0.f3140s;
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = this.this$0.f3141s;
 | 
			
		||||
        if (flexInputViewModel != null) {
 | 
			
		||||
            f.O0(flexInputViewModel, false, 1, null);
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ public final class i implements View.OnLongClickListener {
 | 
			
		|||
 | 
			
		||||
    @Override // android.view.View.OnLongClickListener
 | 
			
		||||
    public final boolean onLongClick(View view) {
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = this.j.f3140s;
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = this.j.f3141s;
 | 
			
		||||
        if (flexInputViewModel == null) {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,7 +17,7 @@ public final class m implements SelectionCoordinator.ItemSelectionListener<Attac
 | 
			
		|||
    public void onItemSelected(Attachment<? extends Object> attachment) {
 | 
			
		||||
        d0.z.d.m.checkNotNullParameter(attachment, "item");
 | 
			
		||||
        FlexInputFragment flexInputFragment = this.a;
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = flexInputFragment.f3140s;
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = flexInputFragment.f3141s;
 | 
			
		||||
        if (flexInputViewModel != null) {
 | 
			
		||||
            flexInputViewModel.onAttachmentsUpdated(flexInputFragment.b().getAttachments());
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ public final class m implements SelectionCoordinator.ItemSelectionListener<Attac
 | 
			
		|||
    public void onItemUnselected(Attachment<? extends Object> attachment) {
 | 
			
		||||
        d0.z.d.m.checkNotNullParameter(attachment, "item");
 | 
			
		||||
        FlexInputFragment flexInputFragment = this.a;
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = flexInputFragment.f3140s;
 | 
			
		||||
        FlexInputViewModel flexInputViewModel = flexInputFragment.f3141s;
 | 
			
		||||
        if (flexInputViewModel != null) {
 | 
			
		||||
            flexInputViewModel.onAttachmentsUpdated(flexInputFragment.b().getAttachments());
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -324,7 +324,7 @@ public final class h extends RecyclerView.Adapter<a> {
 | 
			
		|||
            }
 | 
			
		||||
            SelectionCoordinator.a aVar4 = aVar2;
 | 
			
		||||
            if (aVar4 != null) {
 | 
			
		||||
                aVar3.d(aVar4.f3146b, true);
 | 
			
		||||
                aVar3.d(aVar4.f3147b, true);
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -186,7 +186,7 @@ public abstract class i extends RecyclerView.ViewHolder {
 | 
			
		|||
                    bVar.a();
 | 
			
		||||
                    x0 x0Var = x0.j;
 | 
			
		||||
                    CoroutineDispatcher coroutineDispatcher = k0.a;
 | 
			
		||||
                    bVar.a = f.H0(x0Var, n.f3803b, null, new j(bVar, uri2, dVar, null), 2, null);
 | 
			
		||||
                    bVar.a = f.H0(x0Var, n.f3804b, null, new j(bVar, uri2, dVar, null), 2, null);
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
                return;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@ public final class j extends k implements Function2<CoroutineScope, Continuation
 | 
			
		|||
            this.L$0 = bVar2;
 | 
			
		||||
            this.label = 1;
 | 
			
		||||
            Objects.requireNonNull(bVar2);
 | 
			
		||||
            Object C1 = f.C1(k0.f3815b, new k(bVar2, contentResolver, uri, null), this);
 | 
			
		||||
            Object C1 = f.C1(k0.f3816b, new k(bVar2, contentResolver, uri, null), this);
 | 
			
		||||
            if (C1 == coroutine_suspended) {
 | 
			
		||||
                return coroutine_suspended;
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,8 +63,8 @@ public abstract class c {
 | 
			
		|||
                    e.n(1, 1);
 | 
			
		||||
                    m(fVar, replace2, arrayList);
 | 
			
		||||
                    p(fVar, replace2, arrayList);
 | 
			
		||||
                    n(fVar, replace2, arrayList, w.f3701b);
 | 
			
		||||
                    q(fVar, replace2, arrayList, w.f3701b);
 | 
			
		||||
                    n(fVar, replace2, arrayList, w.f3702b);
 | 
			
		||||
                    q(fVar, replace2, arrayList, w.f3702b);
 | 
			
		||||
                    n(fVar, replace2, arrayList, w.d);
 | 
			
		||||
                    q(fVar, replace2, arrayList, w.d);
 | 
			
		||||
                    n(fVar, replace2, arrayList, w.e);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -103,7 +103,7 @@ public class d extends AbstractDraweeControllerBuilder<d, ImageRequest, Closeabl
 | 
			
		|||
            if (iVar == null || imageRequest == null) {
 | 
			
		||||
                cacheKey = null;
 | 
			
		||||
            } else {
 | 
			
		||||
                if (imageRequest.f2878s != null) {
 | 
			
		||||
                if (imageRequest.f2879s != null) {
 | 
			
		||||
                    cacheKey2 = ((n) iVar).c(imageRequest, this.g);
 | 
			
		||||
                } else {
 | 
			
		||||
                    cacheKey2 = ((n) iVar).a(imageRequest, this.g);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,7 +29,7 @@ public class b extends g implements f0 {
 | 
			
		|||
                DraweeHolder draweeHolder = (DraweeHolder) g0Var;
 | 
			
		||||
                if (!draweeHolder.a) {
 | 
			
		||||
                    a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString());
 | 
			
		||||
                    draweeHolder.f2868b = true;
 | 
			
		||||
                    draweeHolder.f2869b = true;
 | 
			
		||||
                    draweeHolder.c = true;
 | 
			
		||||
                    draweeHolder.b();
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,7 @@ public class n implements i {
 | 
			
		|||
    public CacheKey c(ImageRequest imageRequest, Object obj) {
 | 
			
		||||
        String str;
 | 
			
		||||
        CacheKey cacheKey;
 | 
			
		||||
        b bVar = imageRequest.f2878s;
 | 
			
		||||
        b bVar = imageRequest.f2879s;
 | 
			
		||||
        if (bVar != null) {
 | 
			
		||||
            CacheKey postprocessorCacheKey = bVar.getPostprocessorCacheKey();
 | 
			
		||||
            str = bVar.getClass().getName();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -156,7 +156,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
 | 
			
		|||
            a2 = this.d.a(closeableReference.u());
 | 
			
		||||
            synchronized (this) {
 | 
			
		||||
                z2 = true;
 | 
			
		||||
                if (a2 > this.f.e || e() > this.f.f2870b - 1 || f() > this.f.a - a2) {
 | 
			
		||||
                if (a2 > this.f.e || e() > this.f.f2871b - 1 || f() > this.f.a - a2) {
 | 
			
		||||
                    z2 = false;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			@ -264,7 +264,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
 | 
			
		|||
        ArrayList<m.a<K, V>> p;
 | 
			
		||||
        synchronized (this) {
 | 
			
		||||
            MemoryCacheParams memoryCacheParams = this.f;
 | 
			
		||||
            int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2870b - e());
 | 
			
		||||
            int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2871b - e());
 | 
			
		||||
            MemoryCacheParams memoryCacheParams2 = this.f;
 | 
			
		||||
            p = p(min, Math.min(memoryCacheParams2.c, memoryCacheParams2.a - f()));
 | 
			
		||||
            h(p);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,7 +17,7 @@ public class c implements f {
 | 
			
		|||
 | 
			
		||||
    public h a(DiskCacheConfig diskCacheConfig) {
 | 
			
		||||
        Objects.requireNonNull(this.a);
 | 
			
		||||
        e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2857b, diskCacheConfig.h);
 | 
			
		||||
        e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2858b, diskCacheConfig.h);
 | 
			
		||||
        ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor();
 | 
			
		||||
        return new d(eVar, diskCacheConfig.g, new d.c(diskCacheConfig.f, diskCacheConfig.e, diskCacheConfig.d), diskCacheConfig.i, diskCacheConfig.h, diskCacheConfig.j, newSingleThreadExecutor, false);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -236,7 +236,7 @@ public class q {
 | 
			
		|||
                }
 | 
			
		||||
            }
 | 
			
		||||
            b.b();
 | 
			
		||||
            if (imageRequest.f2878s != null) {
 | 
			
		||||
            if (imageRequest.f2879s != null) {
 | 
			
		||||
                synchronized (this) {
 | 
			
		||||
                    w0<CloseableReference<b.f.j.j.c>> w0Var = this.f582x.get(s0Var);
 | 
			
		||||
                    if (w0Var == null) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -67,12 +67,12 @@ public class p0 implements c<e, Void> {
 | 
			
		|||
                    ImageRequestBuilder b2 = ImageRequestBuilder.b(e.c);
 | 
			
		||||
                    b2.f = e.i;
 | 
			
		||||
                    b2.o = e.l;
 | 
			
		||||
                    b2.g = e.f2877b;
 | 
			
		||||
                    b2.g = e.f2878b;
 | 
			
		||||
                    b2.i = e.g;
 | 
			
		||||
                    b2.j = e.h;
 | 
			
		||||
                    b2.f2879b = e.n;
 | 
			
		||||
                    b2.f2880b = e.n;
 | 
			
		||||
                    b2.c = e.o;
 | 
			
		||||
                    b2.l = e.f2878s;
 | 
			
		||||
                    b2.l = e.f2879s;
 | 
			
		||||
                    b2.h = e.f;
 | 
			
		||||
                    b2.k = e.m;
 | 
			
		||||
                    b2.d = e.j;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -40,7 +40,7 @@ public class s implements w0<e> {
 | 
			
		|||
        if (x0Var.e().b(16)) {
 | 
			
		||||
            x0Var.o().e(x0Var, "DiskCacheProducer");
 | 
			
		||||
            CacheKey b2 = ((n) this.c).b(e, x0Var.b());
 | 
			
		||||
            if (e.f2877b != ImageRequest.b.SMALL) {
 | 
			
		||||
            if (e.f2878b != ImageRequest.b.SMALL) {
 | 
			
		||||
                z2 = false;
 | 
			
		||||
            }
 | 
			
		||||
            f fVar = z2 ? this.f633b : this.a;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -73,7 +73,7 @@ public class s0 implements w0<CloseableReference<c>> {
 | 
			
		|||
        z0 o = x0Var.o();
 | 
			
		||||
        ImageRequest e = x0Var.e();
 | 
			
		||||
        Object b2 = x0Var.b();
 | 
			
		||||
        b bVar = e.f2878s;
 | 
			
		||||
        b bVar = e.f2879s;
 | 
			
		||||
        if (bVar == null || bVar.getPostprocessorCacheKey() == null) {
 | 
			
		||||
            this.c.b(lVar, x0Var);
 | 
			
		||||
            return;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -40,7 +40,7 @@ public class t implements w0<e> {
 | 
			
		|||
                if (eVar.l != c.a) {
 | 
			
		||||
                    ImageRequest e = this.c.e();
 | 
			
		||||
                    CacheKey b2 = ((n) this.f).b(e, this.c.b());
 | 
			
		||||
                    if (e.f2877b == ImageRequest.b.SMALL) {
 | 
			
		||||
                    if (e.f2878b == ImageRequest.b.SMALL) {
 | 
			
		||||
                        this.e.f(b2, eVar);
 | 
			
		||||
                    } else {
 | 
			
		||||
                        this.d.f(b2, eVar);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -289,7 +289,7 @@ public class t0 implements w0<CloseableReference<b.f.j.j.c>> {
 | 
			
		|||
    @Override // b.f.j.p.w0
 | 
			
		||||
    public void b(l<CloseableReference<b.f.j.j.c>> lVar, x0 x0Var) {
 | 
			
		||||
        z0 o = x0Var.o();
 | 
			
		||||
        b.f.j.q.b bVar = x0Var.e().f2878s;
 | 
			
		||||
        b.f.j.q.b bVar = x0Var.e().f2879s;
 | 
			
		||||
        Objects.requireNonNull(bVar);
 | 
			
		||||
        b bVar2 = new b(lVar, o, bVar, x0Var);
 | 
			
		||||
        this.a.b(bVar instanceof b.f.j.q.c ? new c(this, bVar2, (b.f.j.q.c) bVar, x0Var, null) : new d(this, bVar2, null), x0Var);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -53,7 +53,7 @@ public class w implements w0<e> {
 | 
			
		|||
                        this.g.a(b2);
 | 
			
		||||
                        if ("memory_encoded".equals(this.c.l("origin"))) {
 | 
			
		||||
                            if (!this.h.b(b2)) {
 | 
			
		||||
                                (e.f2877b == ImageRequest.b.SMALL ? this.e : this.d).c(b2);
 | 
			
		||||
                                (e.f2878b == ImageRequest.b.SMALL ? this.e : this.d).c(b2);
 | 
			
		||||
                                this.h.a(b2);
 | 
			
		||||
                            }
 | 
			
		||||
                        } else if ("disk".equals(this.c.l("origin"))) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -84,7 +84,7 @@ public class c extends l {
 | 
			
		|||
                Log.d("SoLoader", "Not resolving dependencies for " + str);
 | 
			
		||||
            }
 | 
			
		||||
            try {
 | 
			
		||||
                ((SoLoader.a) SoLoader.f2881b).b(file2.getAbsolutePath(), i);
 | 
			
		||||
                ((SoLoader.a) SoLoader.f2882b).b(file2.getAbsolutePath(), i);
 | 
			
		||||
                return 1;
 | 
			
		||||
            } catch (UnsatisfiedLinkError e2) {
 | 
			
		||||
                if (e2.getMessage().contains("bad ELF magic")) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -880,7 +880,7 @@ public final class e0 implements x, j, Loader.b<a>, Loader.f, h0.d {
 | 
			
		|||
            if (!z4) {
 | 
			
		||||
                j4 = (long) Math.min((i - 1) * 1000, 5000);
 | 
			
		||||
                if (j4 != -9223372036854775807L) {
 | 
			
		||||
                    cVar = Loader.f2953b;
 | 
			
		||||
                    cVar = Loader.f2954b;
 | 
			
		||||
                } else {
 | 
			
		||||
                    int u = u();
 | 
			
		||||
                    boolean z6 = u > this.U;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -84,7 +84,7 @@ public final class b0 extends v {
 | 
			
		|||
    public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException {
 | 
			
		||||
        int i = aVar.d;
 | 
			
		||||
        if (i == 3 || i == 2 || i == 268435456 || i == 536870912 || i == 805306368 || i == 4) {
 | 
			
		||||
            return i != 2 ? new AudioProcessor.a(aVar.f2889b, aVar.c, 2) : AudioProcessor.a.a;
 | 
			
		||||
            return i != 2 ? new AudioProcessor.a(aVar.f2890b, aVar.c, 2) : AudioProcessor.a.a;
 | 
			
		||||
        }
 | 
			
		||||
        throw new AudioProcessor.UnhandledAudioFormatException(aVar);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -130,7 +130,7 @@ public final class c0 extends v {
 | 
			
		|||
            int i = aVar.e;
 | 
			
		||||
            this.l = i;
 | 
			
		||||
            long j = this.i;
 | 
			
		||||
            long j2 = (long) aVar.f2889b;
 | 
			
		||||
            long j2 = (long) aVar.f2890b;
 | 
			
		||||
            int i2 = ((int) ((j * j2) / 1000000)) * i;
 | 
			
		||||
            if (this.n.length != i2) {
 | 
			
		||||
                this.n = new byte[i2];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,7 @@ public final class e0 implements AudioProcessor {
 | 
			
		|||
 | 
			
		||||
    @Override // com.google.android.exoplayer2.audio.AudioProcessor
 | 
			
		||||
    public boolean a() {
 | 
			
		||||
        return this.f.f2889b != -1 && (Math.abs(this.c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.f2889b != this.e.f2889b);
 | 
			
		||||
        return this.f.f2890b != -1 && (Math.abs(this.c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.f2890b != this.e.f2890b);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override // com.google.android.exoplayer2.audio.AudioProcessor
 | 
			
		||||
| 
						 | 
				
			
			@ -76,7 +76,7 @@ public final class e0 implements AudioProcessor {
 | 
			
		|||
        if (aVar.d == 2) {
 | 
			
		||||
            int i = this.f1117b;
 | 
			
		||||
            if (i == -1) {
 | 
			
		||||
                i = aVar.f2889b;
 | 
			
		||||
                i = aVar.f2890b;
 | 
			
		||||
            }
 | 
			
		||||
            this.e = aVar;
 | 
			
		||||
            AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.c, 2);
 | 
			
		||||
| 
						 | 
				
			
			@ -128,7 +128,7 @@ public final class e0 implements AudioProcessor {
 | 
			
		|||
            AudioProcessor.a aVar2 = this.f;
 | 
			
		||||
            this.h = aVar2;
 | 
			
		||||
            if (this.i) {
 | 
			
		||||
                this.j = new d0(aVar.f2889b, aVar.c, this.c, this.d, aVar2.f2889b);
 | 
			
		||||
                this.j = new d0(aVar.f2890b, aVar.c, this.c, this.d, aVar2.f2890b);
 | 
			
		||||
            } else {
 | 
			
		||||
                d0 d0Var = this.j;
 | 
			
		||||
                if (d0Var != null) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -46,7 +46,7 @@ public final class w extends v {
 | 
			
		|||
                    throw new AudioProcessor.UnhandledAudioFormatException(aVar);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            return z2 ? new AudioProcessor.a(aVar.f2889b, iArr.length, 2) : AudioProcessor.a.a;
 | 
			
		||||
            return z2 ? new AudioProcessor.a(aVar.f2890b, iArr.length, 2) : AudioProcessor.a.a;
 | 
			
		||||
        }
 | 
			
		||||
        throw new AudioProcessor.UnhandledAudioFormatException(aVar);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,7 @@ public final class y extends v {
 | 
			
		|||
    public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException {
 | 
			
		||||
        int i2 = aVar.d;
 | 
			
		||||
        if (e0.y(i2)) {
 | 
			
		||||
            return i2 != 4 ? new AudioProcessor.a(aVar.f2889b, aVar.c, 4) : AudioProcessor.a.a;
 | 
			
		||||
            return i2 != 4 ? new AudioProcessor.a(aVar.f2890b, aVar.c, 4) : AudioProcessor.a.a;
 | 
			
		||||
        }
 | 
			
		||||
        throw new AudioProcessor.UnhandledAudioFormatException(aVar);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@ public final /* synthetic */ class d implements Runnable {
 | 
			
		|||
        if (!dVar.d) {
 | 
			
		||||
            DrmSession drmSession = dVar.c;
 | 
			
		||||
            if (drmSession != null) {
 | 
			
		||||
                drmSession.b(dVar.f2907b);
 | 
			
		||||
                drmSession.b(dVar.f2908b);
 | 
			
		||||
            }
 | 
			
		||||
            DefaultDrmSessionManager.this.n.remove(dVar);
 | 
			
		||||
            dVar.d = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ public final /* synthetic */ class e implements Runnable {
 | 
			
		|||
        if (defaultDrmSessionManager.p != 0 && !dVar.d) {
 | 
			
		||||
            Looper looper = defaultDrmSessionManager.t;
 | 
			
		||||
            Objects.requireNonNull(looper);
 | 
			
		||||
            dVar.c = defaultDrmSessionManager.e(looper, dVar.f2907b, j1Var, false);
 | 
			
		||||
            dVar.c = defaultDrmSessionManager.e(looper, dVar.f2908b, j1Var, false);
 | 
			
		||||
            DefaultDrmSessionManager.this.n.add(dVar);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,7 +21,7 @@ public final /* synthetic */ class o implements MediaDrm.OnEventListener {
 | 
			
		|||
        c0 c0Var = this.a;
 | 
			
		||||
        a0.b bVar = this.f1151b;
 | 
			
		||||
        Objects.requireNonNull(c0Var);
 | 
			
		||||
        DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2906x;
 | 
			
		||||
        DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2907x;
 | 
			
		||||
        Objects.requireNonNull(cVar);
 | 
			
		||||
        cVar.obtainMessage(i, bArr).sendToTarget();
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -128,7 +128,7 @@ public class a {
 | 
			
		|||
            jSONObject.put("expirationTime", googleSignInAccount.q);
 | 
			
		||||
            jSONObject.put("obfuscatedIdentifier", googleSignInAccount.r);
 | 
			
		||||
            JSONArray jSONArray = new JSONArray();
 | 
			
		||||
            List<Scope> list = googleSignInAccount.f2971s;
 | 
			
		||||
            List<Scope> list = googleSignInAccount.f2972s;
 | 
			
		||||
            Scope[] scopeArr = (Scope[]) list.toArray(new Scope[list.size()]);
 | 
			
		||||
            Arrays.sort(scopeArr, c.j);
 | 
			
		||||
            int i = 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -155,7 +155,7 @@ public class a {
 | 
			
		|||
                if (account != null) {
 | 
			
		||||
                    jSONObject2.put("accountName", account.name);
 | 
			
		||||
                }
 | 
			
		||||
                jSONObject2.put("idTokenRequested", googleSignInOptions.f2972s);
 | 
			
		||||
                jSONObject2.put("idTokenRequested", googleSignInOptions.f2973s);
 | 
			
		||||
                jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.u);
 | 
			
		||||
                jSONObject2.put("serverAuthRequested", googleSignInOptions.t);
 | 
			
		||||
                if (!TextUtils.isEmpty(googleSignInOptions.v)) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,7 +34,7 @@ public final class b0 {
 | 
			
		|||
            synchronized (d) {
 | 
			
		||||
                try {
 | 
			
		||||
                    if (c == null) {
 | 
			
		||||
                        IBinder b2 = DynamiteModule.c(e, DynamiteModule.f2981b, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl");
 | 
			
		||||
                        IBinder b2 = DynamiteModule.c(e, DynamiteModule.f2982b, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl");
 | 
			
		||||
                        int i = d0.a;
 | 
			
		||||
                        if (b2 == null) {
 | 
			
		||||
                            e0Var = null;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -266,7 +266,7 @@ public abstract class b<T extends IInterface> {
 | 
			
		|||
            }
 | 
			
		||||
        }
 | 
			
		||||
        getServiceRequest.r = a;
 | 
			
		||||
        getServiceRequest.f2980s = t();
 | 
			
		||||
        getServiceRequest.f2981s = t();
 | 
			
		||||
        try {
 | 
			
		||||
            synchronized (this.i) {
 | 
			
		||||
                i iVar = this.j;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ public final class p0 implements Parcelable.Creator<GetServiceRequest> {
 | 
			
		|||
        d.p2(parcel, 7, getServiceRequest.p, false);
 | 
			
		||||
        d.s2(parcel, 8, getServiceRequest.q, i, false);
 | 
			
		||||
        d.v2(parcel, 10, getServiceRequest.r, i, false);
 | 
			
		||||
        d.v2(parcel, 11, getServiceRequest.f2980s, i, false);
 | 
			
		||||
        d.v2(parcel, 11, getServiceRequest.f2981s, i, false);
 | 
			
		||||
        boolean z2 = getServiceRequest.t;
 | 
			
		||||
        parcel.writeInt(262156);
 | 
			
		||||
        parcel.writeInt(z2 ? 1 : 0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -445,7 +445,7 @@ public final class f {
 | 
			
		|||
                    } else {
 | 
			
		||||
                        obj = i1.a(i0Var.M());
 | 
			
		||||
                        if (obj instanceof w) {
 | 
			
		||||
                            throw ((w) obj).f3820b;
 | 
			
		||||
                            throw ((w) obj).f3821b;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			@ -1693,7 +1693,7 @@ public final class f {
 | 
			
		|||
    public static final <T> Object X0(Object obj, Continuation<? super T> continuation) {
 | 
			
		||||
        if (obj instanceof w) {
 | 
			
		||||
            k.a aVar = k.j;
 | 
			
		||||
            return k.m72constructorimpl(l.createFailure(((w) obj).f3820b));
 | 
			
		||||
            return k.m72constructorimpl(l.createFailure(((w) obj).f3821b));
 | 
			
		||||
        }
 | 
			
		||||
        k.a aVar2 = k.j;
 | 
			
		||||
        return k.m72constructorimpl(obj);
 | 
			
		||||
| 
						 | 
				
			
			@ -1959,7 +1959,7 @@ public final class f {
 | 
			
		|||
 | 
			
		||||
    public static final void e(f0.e0.f.a aVar, f0.e0.f.c cVar, String str) {
 | 
			
		||||
        d.b bVar = f0.e0.f.d.c;
 | 
			
		||||
        Logger logger = f0.e0.f.d.f3586b;
 | 
			
		||||
        Logger logger = f0.e0.f.d.f3587b;
 | 
			
		||||
        StringBuilder sb = new StringBuilder();
 | 
			
		||||
        sb.append(cVar.f);
 | 
			
		||||
        sb.append(' ');
 | 
			
		||||
| 
						 | 
				
			
			@ -2164,13 +2164,13 @@ public final class f {
 | 
			
		|||
                return d0.w.h.c.getCOROUTINE_SUSPENDED();
 | 
			
		||||
            }
 | 
			
		||||
            Object R = rVar.R(obj);
 | 
			
		||||
            if (R == i1.f3814b) {
 | 
			
		||||
            if (R == i1.f3815b) {
 | 
			
		||||
                return d0.w.h.c.getCOROUTINE_SUSPENDED();
 | 
			
		||||
            }
 | 
			
		||||
            if (!(R instanceof w)) {
 | 
			
		||||
                return i1.a(R);
 | 
			
		||||
            }
 | 
			
		||||
            throw ((w) R).f3820b;
 | 
			
		||||
            throw ((w) R).f3821b;
 | 
			
		||||
        }
 | 
			
		||||
        throw new NullPointerException("null cannot be cast to non-null type (R, kotlin.coroutines.Continuation<T>) -> kotlin.Any?");
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			@ -2492,7 +2492,7 @@ public final class f {
 | 
			
		|||
                    int length = f0VarArr.length;
 | 
			
		||||
                    d.a[] aVarArr = new d.a[length];
 | 
			
		||||
                    for (int i3 = 0; i3 < length; i3++) {
 | 
			
		||||
                        f0<T> f0Var = dVar.f3810b[d0.w.i.a.b.boxInt(i3).intValue()];
 | 
			
		||||
                        f0<T> f0Var = dVar.f3811b[d0.w.i.a.b.boxInt(i3).intValue()];
 | 
			
		||||
                        f0Var.start();
 | 
			
		||||
                        d.a aVar = new d.a(lVar, f0Var);
 | 
			
		||||
                        aVar.n = f0Var.u(aVar);
 | 
			
		||||
| 
						 | 
				
			
			@ -2751,11 +2751,11 @@ public final class f {
 | 
			
		|||
            Object obj = gVar._reusableCancellableContinuation;
 | 
			
		||||
            lVar = null;
 | 
			
		||||
            if (obj == null) {
 | 
			
		||||
                gVar._reusableCancellableContinuation = s.a.a.h.f3800b;
 | 
			
		||||
                gVar._reusableCancellableContinuation = s.a.a.h.f3801b;
 | 
			
		||||
                lVar2 = null;
 | 
			
		||||
                break;
 | 
			
		||||
            } else if (obj instanceof s.a.l) {
 | 
			
		||||
                if (s.a.a.g.m.compareAndSet(gVar, obj, s.a.a.h.f3800b)) {
 | 
			
		||||
                if (s.a.a.g.m.compareAndSet(gVar, obj, s.a.a.h.f3801b)) {
 | 
			
		||||
                    lVar2 = (s.a.l) obj;
 | 
			
		||||
                    break;
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -694,7 +694,7 @@ public final class g extends i9 {
 | 
			
		|||
        e();
 | 
			
		||||
        contentValues.put("triggered_event", t9.g0(zzz.r));
 | 
			
		||||
        contentValues.put("triggered_timestamp", Long.valueOf(zzz.l.l));
 | 
			
		||||
        contentValues.put("time_to_live", Long.valueOf(zzz.f2991s));
 | 
			
		||||
        contentValues.put("time_to_live", Long.valueOf(zzz.f2992s));
 | 
			
		||||
        e();
 | 
			
		||||
        contentValues.put("expired_event", t9.g0(zzz.t));
 | 
			
		||||
        try {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -376,7 +376,7 @@ public class k9 implements t5 {
 | 
			
		|||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                        if (T != null) {
 | 
			
		||||
                            if (((T.N() == -2147483648L || T.N() == zzn.f2987s) ? false : true) || (T.N() == -2147483648L && T.M() != null && !T.M().equals(zzn.l))) {
 | 
			
		||||
                            if (((T.N() == -2147483648L || T.N() == zzn.f2988s) ? false : true) || (T.N() == -2147483648L && T.M() != null && !T.M().equals(zzn.l))) {
 | 
			
		||||
                                Bundle bundle = new Bundle();
 | 
			
		||||
                                bundle.putString("_pv", T.M());
 | 
			
		||||
                                l(new zzaq("_au", new zzap(bundle), "auto", j4), zzn);
 | 
			
		||||
| 
						 | 
				
			
			@ -404,7 +404,7 @@ public class k9 implements t5 {
 | 
			
		|||
                                            str2 = "_et";
 | 
			
		||||
                                            j2 = 1;
 | 
			
		||||
                                        }
 | 
			
		||||
                                        if (zzn.f2990z) {
 | 
			
		||||
                                        if (zzn.f2991z) {
 | 
			
		||||
                                            bundle2.putLong("_dac", j2);
 | 
			
		||||
                                        }
 | 
			
		||||
                                        g K2 = K();
 | 
			
		||||
| 
						 | 
				
			
			@ -482,7 +482,7 @@ public class k9 implements t5 {
 | 
			
		|||
                                            } else {
 | 
			
		||||
                                                j = 1;
 | 
			
		||||
                                            }
 | 
			
		||||
                                            if (zzn.f2990z) {
 | 
			
		||||
                                            if (zzn.f2991z) {
 | 
			
		||||
                                                bundle3.putLong("_dac", j);
 | 
			
		||||
                                            }
 | 
			
		||||
                                            B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn);
 | 
			
		||||
| 
						 | 
				
			
			@ -655,8 +655,8 @@ public class k9 implements t5 {
 | 
			
		|||
                    T.D(zzn.l);
 | 
			
		||||
                    z2 = true;
 | 
			
		||||
                }
 | 
			
		||||
                if (zzn.f2987s != T.N()) {
 | 
			
		||||
                    T.p(zzn.f2987s);
 | 
			
		||||
                if (zzn.f2988s != T.N()) {
 | 
			
		||||
                    T.p(zzn.f2988s);
 | 
			
		||||
                    z2 = true;
 | 
			
		||||
                }
 | 
			
		||||
                String str = zzn.m;
 | 
			
		||||
| 
						 | 
				
			
			@ -684,12 +684,12 @@ public class k9 implements t5 {
 | 
			
		|||
                    T.R(zzn.u);
 | 
			
		||||
                    z2 = true;
 | 
			
		||||
                }
 | 
			
		||||
                if (zzn.f2988x != T.h()) {
 | 
			
		||||
                    T.n(zzn.f2988x);
 | 
			
		||||
                if (zzn.f2989x != T.h()) {
 | 
			
		||||
                    T.n(zzn.f2989x);
 | 
			
		||||
                    z2 = true;
 | 
			
		||||
                }
 | 
			
		||||
                if (zzn.f2989y != T.i()) {
 | 
			
		||||
                    T.r(zzn.f2989y);
 | 
			
		||||
                if (zzn.f2990y != T.i()) {
 | 
			
		||||
                    T.r(zzn.f2990y);
 | 
			
		||||
                    z2 = true;
 | 
			
		||||
                }
 | 
			
		||||
                if (zzn.B != T.j()) {
 | 
			
		||||
| 
						 | 
				
			
			@ -723,7 +723,7 @@ public class k9 implements t5 {
 | 
			
		|||
            z2 = true;
 | 
			
		||||
            T.D(zzn.l);
 | 
			
		||||
            z2 = true;
 | 
			
		||||
            if (zzn.f2987s != T.N()) {
 | 
			
		||||
            if (zzn.f2988s != T.N()) {
 | 
			
		||||
            }
 | 
			
		||||
            String str = zzn.m;
 | 
			
		||||
            T.G(zzn.m);
 | 
			
		||||
| 
						 | 
				
			
			@ -736,9 +736,9 @@ public class k9 implements t5 {
 | 
			
		|||
            }
 | 
			
		||||
            T.R(zzn.u);
 | 
			
		||||
            z2 = true;
 | 
			
		||||
            if (zzn.f2988x != T.h()) {
 | 
			
		||||
            if (zzn.f2989x != T.h()) {
 | 
			
		||||
            }
 | 
			
		||||
            if (zzn.f2989y != T.i()) {
 | 
			
		||||
            if (zzn.f2990y != T.i()) {
 | 
			
		||||
            }
 | 
			
		||||
            if (zzn.B != T.j()) {
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			@ -788,7 +788,7 @@ public class k9 implements t5 {
 | 
			
		|||
        if (!TextUtils.isEmpty(zzn.l)) {
 | 
			
		||||
            T.D(zzn.l);
 | 
			
		||||
        }
 | 
			
		||||
        T.p(zzn.f2987s);
 | 
			
		||||
        T.p(zzn.f2988s);
 | 
			
		||||
        String str3 = zzn.m;
 | 
			
		||||
        if (str3 != null) {
 | 
			
		||||
            T.G(str3);
 | 
			
		||||
| 
						 | 
				
			
			@ -801,8 +801,8 @@ public class k9 implements t5 {
 | 
			
		|||
        if (!this.k.h.o(p.y0)) {
 | 
			
		||||
            T.R(zzn.u);
 | 
			
		||||
        }
 | 
			
		||||
        T.n(zzn.f2988x);
 | 
			
		||||
        T.r(zzn.f2989y);
 | 
			
		||||
        T.n(zzn.f2989x);
 | 
			
		||||
        T.r(zzn.f2990y);
 | 
			
		||||
        T.b(zzn.B);
 | 
			
		||||
        T.z(zzn.C);
 | 
			
		||||
        T.a.f().b();
 | 
			
		||||
| 
						 | 
				
			
			@ -1040,7 +1040,7 @@ public class k9 implements t5 {
 | 
			
		|||
            if (!TextUtils.isEmpty(zzn.l)) {
 | 
			
		||||
                u0.a0(zzn.l);
 | 
			
		||||
            }
 | 
			
		||||
            long j3 = zzn.f2987s;
 | 
			
		||||
            long j3 = zzn.f2988s;
 | 
			
		||||
            if (j3 != -2147483648L) {
 | 
			
		||||
                u0.c0((int) j3);
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			@ -1074,14 +1074,14 @@ public class k9 implements t5 {
 | 
			
		|||
            if (!t8.b() || !this.k.a().o(p.J0) || h.j()) {
 | 
			
		||||
                Pair<String, Boolean> s2 = this.j.s(zzn.j, h);
 | 
			
		||||
                if (!TextUtils.isEmpty((CharSequence) s2.first)) {
 | 
			
		||||
                    if (zzn.f2988x) {
 | 
			
		||||
                    if (zzn.f2989x) {
 | 
			
		||||
                        u0.e0((String) s2.first);
 | 
			
		||||
                        Object obj2 = s2.second;
 | 
			
		||||
                        if (obj2 != null) {
 | 
			
		||||
                            u0.y(((Boolean) obj2).booleanValue());
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                } else if (!this.k.y().s(this.k.j()) && zzn.f2989y && (!hb.b() || !this.k.a().v(zzn.j, p.G0))) {
 | 
			
		||||
                } else if (!this.k.y().s(this.k.j()) && zzn.f2990y && (!hb.b() || !this.k.a().v(zzn.j, p.G0))) {
 | 
			
		||||
                    String string = Settings.Secure.getString(this.k.j().getContentResolver(), "android_id");
 | 
			
		||||
                    if (string == null) {
 | 
			
		||||
                        this.k.g().A().b("null secure ID. appId", q3.s(u0.k0()));
 | 
			
		||||
| 
						 | 
				
			
			@ -1129,7 +1129,7 @@ public class k9 implements t5 {
 | 
			
		|||
                T2.a(0);
 | 
			
		||||
                T2.l(0);
 | 
			
		||||
                T2.D(zzn.l);
 | 
			
		||||
                T2.p(zzn.f2987s);
 | 
			
		||||
                T2.p(zzn.f2988s);
 | 
			
		||||
                T2.G(zzn.m);
 | 
			
		||||
                T2.t(zzn.n);
 | 
			
		||||
                T2.w(zzn.o);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -210,7 +210,7 @@ public final class t9 extends r5 {
 | 
			
		|||
                }
 | 
			
		||||
            }
 | 
			
		||||
            bundle.putLong("triggered_timestamp", zzz.l.l);
 | 
			
		||||
            bundle.putLong("time_to_live", zzz.f2991s);
 | 
			
		||||
            bundle.putLong("time_to_live", zzz.f2992s);
 | 
			
		||||
            zzaq zzaq3 = zzz.t;
 | 
			
		||||
            if (zzaq3 != null) {
 | 
			
		||||
                bundle.putString("expired_event_name", zzaq3.j);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -60,12 +60,12 @@ public final class i extends MessagesClient {
 | 
			
		|||
    @Override // com.google.android.gms.nearby.messages.MessagesClient
 | 
			
		||||
    public final Task<Void> f(Message message, PublishOptions publishOptions) {
 | 
			
		||||
        k m = m(message);
 | 
			
		||||
        return k(m, new j(this, message, new r(this, m(publishOptions.f2992b), m), publishOptions), new k(message));
 | 
			
		||||
        return k(m, new j(this, message, new r(this, m(publishOptions.f2993b), m), publishOptions), new k(message));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override // com.google.android.gms.nearby.messages.MessagesClient
 | 
			
		||||
    public final Task<Void> g(MessageListener messageListener, SubscribeOptions subscribeOptions) {
 | 
			
		||||
        d.o(subscribeOptions.a.f2993s == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent).");
 | 
			
		||||
        d.o(subscribeOptions.a.f2994s == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent).");
 | 
			
		||||
        k m = m(messageListener);
 | 
			
		||||
        return k(m, new l(this, m, new s(this, m(subscribeOptions.c), m), subscribeOptions), new m(m));
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,6 +34,6 @@ public final /* synthetic */ class l implements a0 {
 | 
			
		|||
            o<k.a, IBinder> oVar = fVar.A;
 | 
			
		||||
            oVar.a.put(kVar2.c, new WeakReference<>(new h(kVar2)));
 | 
			
		||||
        }
 | 
			
		||||
        fVar.w().C(new SubscribeRequest(3, fVar.A.b(kVar2.c), subscribeOptions.a, new j(kVar), subscribeOptions.f2994b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i));
 | 
			
		||||
        fVar.w().C(new SubscribeRequest(3, fVar.A.b(kVar2.c), subscribeOptions.a, new j(kVar), subscribeOptions.f2995b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,7 +32,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time
 | 
			
		|||
        TimePickerView timePickerView2 = this.m;
 | 
			
		||||
        timePickerView2.q = this;
 | 
			
		||||
        timePickerView2.p = this;
 | 
			
		||||
        timePickerView2.l.f3051y = this;
 | 
			
		||||
        timePickerView2.l.f3052y = this;
 | 
			
		||||
        g(j, "%d");
 | 
			
		||||
        g(k, "%d");
 | 
			
		||||
        g(l, "%02d");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -90,7 +90,7 @@ public class a {
 | 
			
		|||
    public a b(String str, String str2) {
 | 
			
		||||
        if (this.f == null) {
 | 
			
		||||
            MultipartBody.a aVar = new MultipartBody.a();
 | 
			
		||||
            aVar.c(MultipartBody.f3783b);
 | 
			
		||||
            aVar.c(MultipartBody.f3784b);
 | 
			
		||||
            this.f = aVar;
 | 
			
		||||
        }
 | 
			
		||||
        MultipartBody.a aVar2 = this.f;
 | 
			
		||||
| 
						 | 
				
			
			@ -109,7 +109,7 @@ public class a {
 | 
			
		|||
        RequestBody create = RequestBody.create(MediaType.a.b(str3), file);
 | 
			
		||||
        if (this.f == null) {
 | 
			
		||||
            MultipartBody.a aVar2 = new MultipartBody.a();
 | 
			
		||||
            aVar2.c(MultipartBody.f3783b);
 | 
			
		||||
            aVar2.c(MultipartBody.f3784b);
 | 
			
		||||
            this.f = aVar2;
 | 
			
		||||
        }
 | 
			
		||||
        MultipartBody.a aVar3 = this.f;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ public final /* synthetic */ class k implements c {
 | 
			
		|||
    @Override // b.i.a.f.n.c
 | 
			
		||||
    public final void onComplete(Task task) {
 | 
			
		||||
        CountDownLatch countDownLatch = this.a;
 | 
			
		||||
        w wVar = FirebaseInstanceId.f3086b;
 | 
			
		||||
        w wVar = FirebaseInstanceId.f3087b;
 | 
			
		||||
        countDownLatch.countDown();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ public final /* synthetic */ class l implements f {
 | 
			
		|||
        String str2 = this.c;
 | 
			
		||||
        String str3 = this.d;
 | 
			
		||||
        String str4 = (String) obj;
 | 
			
		||||
        w wVar = FirebaseInstanceId.f3086b;
 | 
			
		||||
        w wVar = FirebaseInstanceId.f3087b;
 | 
			
		||||
        String h = firebaseInstanceId.h();
 | 
			
		||||
        String a = firebaseInstanceId.g.a();
 | 
			
		||||
        synchronized (wVar) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -87,9 +87,9 @@ public class w {
 | 
			
		|||
                    if (!isEmpty) {
 | 
			
		||||
                        Log.i("FirebaseInstanceId", "App restored, clearing state");
 | 
			
		||||
                        c();
 | 
			
		||||
                        w wVar = FirebaseInstanceId.f3086b;
 | 
			
		||||
                        w wVar = FirebaseInstanceId.f3087b;
 | 
			
		||||
                        synchronized (FirebaseInstanceId.getInstance(c.b())) {
 | 
			
		||||
                            FirebaseInstanceId.f3086b.c();
 | 
			
		||||
                            FirebaseInstanceId.f3087b.c();
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,6 +44,6 @@ public class c extends ReflectiveTypeAdapterFactory.a {
 | 
			
		|||
 | 
			
		||||
    @Override // com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.a
 | 
			
		||||
    public boolean c(Object obj) throws IOException, IllegalAccessException {
 | 
			
		||||
        return this.f3098b && this.d.get(obj) != obj;
 | 
			
		||||
        return this.f3099b && this.d.get(obj) != obj;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -54,7 +54,7 @@ public final class j extends k {
 | 
			
		|||
                        if (z3 || !z2) {
 | 
			
		||||
                            return k;
 | 
			
		||||
                        }
 | 
			
		||||
                        Result result = new Result(k.a.substring(1), k.f3115b, k.c, aVar2);
 | 
			
		||||
                        Result result = new Result(k.a.substring(1), k.f3116b, k.c, aVar2);
 | 
			
		||||
                        result.a(k.e);
 | 
			
		||||
                        return result;
 | 
			
		||||
                    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -427,7 +427,7 @@ public abstract class g extends i {
 | 
			
		|||
        this.q = null;
 | 
			
		||||
        if (aVar != null) {
 | 
			
		||||
            CameraView.b bVar = (CameraView.b) this.m;
 | 
			
		||||
            bVar.f3152b.a(1, "dispatchOnPictureTaken", aVar);
 | 
			
		||||
            bVar.f3153b.a(1, "dispatchOnPictureTaken", aVar);
 | 
			
		||||
            CameraView.this.u.post(new b.o.a.i(bVar, aVar));
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ public class k implements f<c, Void> {
 | 
			
		|||
        c cVar2 = cVar;
 | 
			
		||||
        if (cVar2 != null) {
 | 
			
		||||
            CameraView.b bVar = (CameraView.b) this.a.m;
 | 
			
		||||
            bVar.f3152b.a(1, "dispatchOnCameraOpened", cVar2);
 | 
			
		||||
            bVar.f3153b.a(1, "dispatchOnCameraOpened", cVar2);
 | 
			
		||||
            CameraView.this.u.post(new b.o.a.f(bVar, cVar2));
 | 
			
		||||
            return b.i.a.f.e.o.f.Z(null);
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ public class m implements e<Void> {
 | 
			
		|||
    @Override // b.i.a.f.n.e
 | 
			
		||||
    public void onSuccess(Void r6) {
 | 
			
		||||
        CameraView.b bVar = (CameraView.b) this.a.m;
 | 
			
		||||
        bVar.f3152b.a(1, "dispatchOnCameraClosed");
 | 
			
		||||
        bVar.f3153b.a(1, "dispatchOnCameraClosed");
 | 
			
		||||
        CameraView.this.u.post(new g(bVar));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -60,17 +60,17 @@ public class f {
 | 
			
		|||
                    if (i2 == fVar.e) {
 | 
			
		||||
                        fVar.e = i2;
 | 
			
		||||
                        CameraView.b bVar = (CameraView.b) fVar.c;
 | 
			
		||||
                        bVar.f3152b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2));
 | 
			
		||||
                        bVar.f3153b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2));
 | 
			
		||||
                        CameraView cameraView = CameraView.this;
 | 
			
		||||
                        int i3 = cameraView.f3150y.g;
 | 
			
		||||
                        int i3 = cameraView.f3151y.g;
 | 
			
		||||
                        if (!cameraView.m) {
 | 
			
		||||
                            int i4 = (360 - i3) % 360;
 | 
			
		||||
                            b.o.a.n.t.a e = cameraView.f3151z.e();
 | 
			
		||||
                            b.o.a.n.t.a e = cameraView.f3152z.e();
 | 
			
		||||
                            e.e(i4);
 | 
			
		||||
                            e.e = i4;
 | 
			
		||||
                            e.d();
 | 
			
		||||
                        } else {
 | 
			
		||||
                            b.o.a.n.t.a e2 = cameraView.f3151z.e();
 | 
			
		||||
                            b.o.a.n.t.a e2 = cameraView.f3152z.e();
 | 
			
		||||
                            e2.e(i2);
 | 
			
		||||
                            e2.e = i2;
 | 
			
		||||
                            e2.d();
 | 
			
		||||
| 
						 | 
				
			
			@ -107,7 +107,7 @@ public class f {
 | 
			
		|||
                fVar2.g = a;
 | 
			
		||||
                CameraView.b bVar = (CameraView.b) fVar2.c;
 | 
			
		||||
                if (CameraView.this.d()) {
 | 
			
		||||
                    bVar.f3152b.a(2, "onDisplayOffsetChanged", "restarting the camera.");
 | 
			
		||||
                    bVar.f3153b.a(2, "onDisplayOffsetChanged", "restarting the camera.");
 | 
			
		||||
                    CameraView.this.close();
 | 
			
		||||
                    CameraView.this.open();
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,13 +7,29 @@ import com.discord.api.science.AnalyticsSchema;
 | 
			
		|||
import d0.z.d.m;
 | 
			
		||||
/* compiled from: TrackAccountLinkStep.kt */
 | 
			
		||||
public final class TrackAccountLinkStep implements AnalyticsSchema, TrackBaseReceiver {
 | 
			
		||||
    private final transient String analyticsSchemaTypeName = "account_link_step";
 | 
			
		||||
    private final CharSequence currentStep = null;
 | 
			
		||||
    private final CharSequence platformType = null;
 | 
			
		||||
    private final CharSequence previousStep = null;
 | 
			
		||||
    private final CharSequence sessionId = null;
 | 
			
		||||
    private final transient String analyticsSchemaTypeName;
 | 
			
		||||
    private final CharSequence currentStep;
 | 
			
		||||
    private final CharSequence platformType;
 | 
			
		||||
    private final CharSequence previousStep;
 | 
			
		||||
    private final CharSequence sessionId;
 | 
			
		||||
    private TrackBase trackBase;
 | 
			
		||||
 | 
			
		||||
    public TrackAccountLinkStep() {
 | 
			
		||||
        this(null, null, null, null, 15);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public TrackAccountLinkStep(CharSequence charSequence, CharSequence charSequence2, CharSequence charSequence3, CharSequence charSequence4, int i) {
 | 
			
		||||
        charSequence = (i & 1) != 0 ? null : charSequence;
 | 
			
		||||
        int i2 = i & 2;
 | 
			
		||||
        int i3 = i & 4;
 | 
			
		||||
        charSequence4 = (i & 8) != 0 ? null : charSequence4;
 | 
			
		||||
        this.previousStep = charSequence;
 | 
			
		||||
        this.currentStep = null;
 | 
			
		||||
        this.sessionId = null;
 | 
			
		||||
        this.platformType = charSequence4;
 | 
			
		||||
        this.analyticsSchemaTypeName = "account_link_step";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override // com.discord.api.science.AnalyticsSchema
 | 
			
		||||
    public String b() {
 | 
			
		||||
        return this.analyticsSchemaTypeName;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,15 +7,29 @@ import com.discord.api.science.AnalyticsSchema;
 | 
			
		|||
import d0.z.d.m;
 | 
			
		||||
/* compiled from: TrackConnectedAccountInitiated.kt */
 | 
			
		||||
public final class TrackConnectedAccountInitiated implements AnalyticsSchema, TrackBaseReceiver {
 | 
			
		||||
    private final transient String analyticsSchemaTypeName = "connected_account_initiated";
 | 
			
		||||
    private final CharSequence platformType = null;
 | 
			
		||||
    private final transient String analyticsSchemaTypeName;
 | 
			
		||||
    private final CharSequence platformType;
 | 
			
		||||
    private TrackBase trackBase;
 | 
			
		||||
 | 
			
		||||
    public TrackConnectedAccountInitiated() {
 | 
			
		||||
        this.platformType = null;
 | 
			
		||||
        this.analyticsSchemaTypeName = "connected_account_initiated";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public TrackConnectedAccountInitiated(CharSequence charSequence) {
 | 
			
		||||
        this.platformType = charSequence;
 | 
			
		||||
        this.analyticsSchemaTypeName = "connected_account_initiated";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override // com.discord.api.science.AnalyticsSchema
 | 
			
		||||
    public String b() {
 | 
			
		||||
        return this.analyticsSchemaTypeName;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void c(TrackBase trackBase) {
 | 
			
		||||
        this.trackBase = trackBase;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean equals(Object obj) {
 | 
			
		||||
        if (this != obj) {
 | 
			
		||||
            return (obj instanceof TrackConnectedAccountInitiated) && m.areEqual(this.platformType, ((TrackConnectedAccountInitiated) obj).platformType);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,37 @@
 | 
			
		|||
package com.discord.analytics.generated.events;
 | 
			
		||||
 | 
			
		||||
import b.d.b.a.a;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBase;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBaseReceiver;
 | 
			
		||||
import com.discord.api.science.AnalyticsSchema;
 | 
			
		||||
import d0.z.d.m;
 | 
			
		||||
/* compiled from: TrackDevPortalSurveyNoticeClicked.kt */
 | 
			
		||||
public final class TrackDevPortalSurveyNoticeClicked implements AnalyticsSchema, TrackBaseReceiver {
 | 
			
		||||
    private final transient String analyticsSchemaTypeName = "dev_portal_survey_notice_clicked";
 | 
			
		||||
    private final CharSequence noticeName = null;
 | 
			
		||||
    private TrackBase trackBase;
 | 
			
		||||
 | 
			
		||||
    @Override // com.discord.api.science.AnalyticsSchema
 | 
			
		||||
    public String b() {
 | 
			
		||||
        return this.analyticsSchemaTypeName;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean equals(Object obj) {
 | 
			
		||||
        if (this != obj) {
 | 
			
		||||
            return (obj instanceof TrackDevPortalSurveyNoticeClicked) && m.areEqual(this.noticeName, ((TrackDevPortalSurveyNoticeClicked) obj).noticeName);
 | 
			
		||||
        }
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public int hashCode() {
 | 
			
		||||
        CharSequence charSequence = this.noticeName;
 | 
			
		||||
        if (charSequence != null) {
 | 
			
		||||
            return charSequence.hashCode();
 | 
			
		||||
        }
 | 
			
		||||
        return 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public String toString() {
 | 
			
		||||
        return a.D(a.R("TrackDevPortalSurveyNoticeClicked(noticeName="), this.noticeName, ")");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
package com.discord.analytics.generated.events;
 | 
			
		||||
 | 
			
		||||
import com.discord.api.science.AnalyticsSchema;
 | 
			
		||||
/* compiled from: TrackDevPortalSurveyNoticeClicked.kt */
 | 
			
		||||
public interface TrackDevPortalSurveyNoticeClickedReceiver extends AnalyticsSchema {
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,37 @@
 | 
			
		|||
package com.discord.analytics.generated.events;
 | 
			
		||||
 | 
			
		||||
import b.d.b.a.a;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBase;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBaseReceiver;
 | 
			
		||||
import com.discord.api.science.AnalyticsSchema;
 | 
			
		||||
import d0.z.d.m;
 | 
			
		||||
/* compiled from: TrackDevPortalSurveyNoticeViewed.kt */
 | 
			
		||||
public final class TrackDevPortalSurveyNoticeViewed implements AnalyticsSchema, TrackBaseReceiver {
 | 
			
		||||
    private final transient String analyticsSchemaTypeName = "dev_portal_survey_notice_viewed";
 | 
			
		||||
    private final CharSequence noticeName = null;
 | 
			
		||||
    private TrackBase trackBase;
 | 
			
		||||
 | 
			
		||||
    @Override // com.discord.api.science.AnalyticsSchema
 | 
			
		||||
    public String b() {
 | 
			
		||||
        return this.analyticsSchemaTypeName;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean equals(Object obj) {
 | 
			
		||||
        if (this != obj) {
 | 
			
		||||
            return (obj instanceof TrackDevPortalSurveyNoticeViewed) && m.areEqual(this.noticeName, ((TrackDevPortalSurveyNoticeViewed) obj).noticeName);
 | 
			
		||||
        }
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public int hashCode() {
 | 
			
		||||
        CharSequence charSequence = this.noticeName;
 | 
			
		||||
        if (charSequence != null) {
 | 
			
		||||
            return charSequence.hashCode();
 | 
			
		||||
        }
 | 
			
		||||
        return 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public String toString() {
 | 
			
		||||
        return a.D(a.R("TrackDevPortalSurveyNoticeViewed(noticeName="), this.noticeName, ")");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
package com.discord.analytics.generated.events;
 | 
			
		||||
 | 
			
		||||
import com.discord.api.science.AnalyticsSchema;
 | 
			
		||||
/* compiled from: TrackDevPortalSurveyNoticeViewed.kt */
 | 
			
		||||
public interface TrackDevPortalSurveyNoticeViewedReceiver extends AnalyticsSchema {
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -7,12 +7,27 @@ import com.discord.api.science.AnalyticsSchema;
 | 
			
		|||
import d0.z.d.m;
 | 
			
		||||
/* compiled from: TrackDismissibleContentDismissed.kt */
 | 
			
		||||
public final class TrackDismissibleContentDismissed implements AnalyticsSchema, TrackBaseReceiver {
 | 
			
		||||
    private final CharSequence action = null;
 | 
			
		||||
    private final transient String analyticsSchemaTypeName = "dismissible_content_dismissed";
 | 
			
		||||
    private final Long contentCount = null;
 | 
			
		||||
    private final CharSequence groupName = null;
 | 
			
		||||
    private final CharSequence action;
 | 
			
		||||
    private final transient String analyticsSchemaTypeName;
 | 
			
		||||
    private final Long contentCount;
 | 
			
		||||
    private final CharSequence groupName;
 | 
			
		||||
    private TrackBase trackBase;
 | 
			
		||||
    private final CharSequence type = null;
 | 
			
		||||
    private final CharSequence type;
 | 
			
		||||
 | 
			
		||||
    public TrackDismissibleContentDismissed() {
 | 
			
		||||
        this(null, null, null, null, 15);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public TrackDismissibleContentDismissed(CharSequence charSequence, CharSequence charSequence2, Long l, CharSequence charSequence3, int i) {
 | 
			
		||||
        int i2 = i & 2;
 | 
			
		||||
        int i3 = i & 4;
 | 
			
		||||
        int i4 = i & 8;
 | 
			
		||||
        this.type = (i & 1) != 0 ? null : charSequence;
 | 
			
		||||
        this.action = null;
 | 
			
		||||
        this.contentCount = null;
 | 
			
		||||
        this.groupName = null;
 | 
			
		||||
        this.analyticsSchemaTypeName = "dismissible_content_dismissed";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override // com.discord.api.science.AnalyticsSchema
 | 
			
		||||
    public String b() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,64 @@
 | 
			
		|||
package com.discord.analytics.generated.events;
 | 
			
		||||
 | 
			
		||||
import b.d.b.a.a;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBase;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBaseReceiver;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackChannel;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackChannelReceiver;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackGuild;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackGuildReceiver;
 | 
			
		||||
import com.discord.api.science.AnalyticsSchema;
 | 
			
		||||
import d0.z.d.m;
 | 
			
		||||
/* compiled from: TrackFeedItemInteracted.kt */
 | 
			
		||||
public final class TrackFeedItemInteracted implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver {
 | 
			
		||||
    private final CharSequence actionType = null;
 | 
			
		||||
    private final transient String analyticsSchemaTypeName = "feed_item_interacted";
 | 
			
		||||
    private final CharSequence feedItemType = null;
 | 
			
		||||
    private final CharSequence loadId = null;
 | 
			
		||||
    private final Long messageId = null;
 | 
			
		||||
    private TrackBase trackBase;
 | 
			
		||||
    private TrackChannel trackChannel;
 | 
			
		||||
    private TrackGuild trackGuild;
 | 
			
		||||
 | 
			
		||||
    @Override // com.discord.api.science.AnalyticsSchema
 | 
			
		||||
    public String b() {
 | 
			
		||||
        return this.analyticsSchemaTypeName;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean equals(Object obj) {
 | 
			
		||||
        if (this == obj) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
        if (!(obj instanceof TrackFeedItemInteracted)) {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        TrackFeedItemInteracted trackFeedItemInteracted = (TrackFeedItemInteracted) obj;
 | 
			
		||||
        return m.areEqual(this.feedItemType, trackFeedItemInteracted.feedItemType) && m.areEqual(this.loadId, trackFeedItemInteracted.loadId) && m.areEqual(this.actionType, trackFeedItemInteracted.actionType) && m.areEqual(this.messageId, trackFeedItemInteracted.messageId);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public int hashCode() {
 | 
			
		||||
        CharSequence charSequence = this.feedItemType;
 | 
			
		||||
        int i = 0;
 | 
			
		||||
        int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31;
 | 
			
		||||
        CharSequence charSequence2 = this.loadId;
 | 
			
		||||
        int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
 | 
			
		||||
        CharSequence charSequence3 = this.actionType;
 | 
			
		||||
        int hashCode3 = (hashCode2 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
 | 
			
		||||
        Long l = this.messageId;
 | 
			
		||||
        if (l != null) {
 | 
			
		||||
            i = l.hashCode();
 | 
			
		||||
        }
 | 
			
		||||
        return hashCode3 + i;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public String toString() {
 | 
			
		||||
        StringBuilder R = a.R("TrackFeedItemInteracted(feedItemType=");
 | 
			
		||||
        R.append(this.feedItemType);
 | 
			
		||||
        R.append(", loadId=");
 | 
			
		||||
        R.append(this.loadId);
 | 
			
		||||
        R.append(", actionType=");
 | 
			
		||||
        R.append(this.actionType);
 | 
			
		||||
        R.append(", messageId=");
 | 
			
		||||
        return a.F(R, this.messageId, ")");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
package com.discord.analytics.generated.events;
 | 
			
		||||
 | 
			
		||||
import com.discord.api.science.AnalyticsSchema;
 | 
			
		||||
/* compiled from: TrackFeedItemInteracted.kt */
 | 
			
		||||
public interface TrackFeedItemInteractedReceiver extends AnalyticsSchema {
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,59 @@
 | 
			
		|||
package com.discord.analytics.generated.events;
 | 
			
		||||
 | 
			
		||||
import b.d.b.a.a;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBase;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackBaseReceiver;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackChannel;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackChannelReceiver;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackGuild;
 | 
			
		||||
import com.discord.analytics.generated.traits.TrackGuildReceiver;
 | 
			
		||||
import com.discord.api.science.AnalyticsSchema;
 | 
			
		||||
import d0.z.d.m;
 | 
			
		||||
/* compiled from: TrackFeedItemSeen.kt */
 | 
			
		||||
public final class TrackFeedItemSeen implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver {
 | 
			
		||||
    private final transient String analyticsSchemaTypeName = "feed_item_seen";
 | 
			
		||||
    private final CharSequence feedItemType = null;
 | 
			
		||||
    private final CharSequence loadId = null;
 | 
			
		||||
    private final Long messageId = null;
 | 
			
		||||
    private TrackBase trackBase;
 | 
			
		||||
    private TrackChannel trackChannel;
 | 
			
		||||
    private TrackGuild trackGuild;
 | 
			
		||||
 | 
			
		||||
    @Override // com.discord.api.science.AnalyticsSchema
 | 
			
		||||
    public String b() {
 | 
			
		||||
        return this.analyticsSchemaTypeName;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean equals(Object obj) {
 | 
			
		||||
        if (this == obj) {
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
        if (!(obj instanceof TrackFeedItemSeen)) {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        TrackFeedItemSeen trackFeedItemSeen = (TrackFeedItemSeen) obj;
 | 
			
		||||
        return m.areEqual(this.feedItemType, trackFeedItemSeen.feedItemType) && m.areEqual(this.loadId, trackFeedItemSeen.loadId) && m.areEqual(this.messageId, trackFeedItemSeen.messageId);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public int hashCode() {
 | 
			
		||||
        CharSequence charSequence = this.feedItemType;
 | 
			
		||||
        int i = 0;
 | 
			
		||||
        int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31;
 | 
			
		||||
        CharSequence charSequence2 = this.loadId;
 | 
			
		||||
        int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
 | 
			
		||||
        Long l = this.messageId;
 | 
			
		||||
        if (l != null) {
 | 
			
		||||
            i = l.hashCode();
 | 
			
		||||
        }
 | 
			
		||||
        return hashCode2 + i;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public String toString() {
 | 
			
		||||
        StringBuilder R = a.R("TrackFeedItemSeen(feedItemType=");
 | 
			
		||||
        R.append(this.feedItemType);
 | 
			
		||||
        R.append(", loadId=");
 | 
			
		||||
        R.append(this.loadId);
 | 
			
		||||
        R.append(", messageId=");
 | 
			
		||||
        return a.F(R, this.messageId, ")");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
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