118.5 - Beta (118105)
This commit is contained in:
parent
8d5653e161
commit
6bb9a15707
2237 changed files with 20154 additions and 21123 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 117113
|
||||
versionName "117.13 - Beta"
|
||||
versionCode 118105
|
||||
versionName "118.5 - Beta"
|
||||
|
||||
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="117113" android:versionName="117.13 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="118105" android:versionName="118.5 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
|
|
|
@ -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.f3804b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
|
||||
this.cancellationJob = f.H0(coroutineScope, n.f3802b.H(), null, new BlockRunner$cancel$1(this, null), 2, null);
|
||||
return;
|
||||
}
|
||||
throw new IllegalStateException("Cancel call cannot happen without a maybeRun".toString());
|
||||
|
|
|
@ -43,7 +43,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.f3804b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1());
|
||||
this.blockRunner = new BlockRunner<>(this, function2, j, f.c(n.f3802b.H().plus(coroutineContext).plus(t1Var)), new AnonymousClass1());
|
||||
}
|
||||
|
||||
public /* synthetic */ CoroutineLiveData(CoroutineContext coroutineContext, long j, Function2 function2, int i, DefaultConstructorMarker defaultConstructorMarker) {
|
||||
|
|
|
@ -18,7 +18,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.f3804b.H(), new CoroutineLiveDataKt$addDisposableSource$2(mediatorLiveData, liveData, null), continuation);
|
||||
return f.C1(n.f3802b.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) {
|
||||
|
|
|
@ -43,7 +43,7 @@ public final class DispatchQueue {
|
|||
m.checkNotNullParameter(coroutineContext, "context");
|
||||
m.checkNotNullParameter(runnable, "runnable");
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
l1 H = n.f3804b.H();
|
||||
l1 H = n.f3802b.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.f3804b.H()), null, null, new EmittedSource$dispose$1(this, null), 3, null);
|
||||
f.H0(f.c(n.f3802b.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.f3804b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
|
||||
Object C1 = f.C1(n.f3802b.H(), new EmittedSource$disposeNow$2(this, null), continuation);
|
||||
return C1 == c.getCOROUTINE_SUSPENDED() ? C1 : Unit.a;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -150,7 +150,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);
|
||||
observer = new FlowLiveDataConversions$asFlow$1$observer$1(b2);
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
l1 H = n.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
AnonymousClass1 r8 = new AnonymousClass1(observer, null);
|
||||
this.L$0 = eVar;
|
||||
this.L$1 = b2;
|
||||
|
@ -211,7 +211,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
|||
} else {
|
||||
x0 x0Var = x0.j;
|
||||
CoroutineDispatcher coroutineDispatcher2 = k0.a;
|
||||
b.i.a.f.e.o.f.H0(x0Var, n.f3804b.H(), null, new AnonymousClass2(observer2, null), 2, null);
|
||||
b.i.a.f.e.o.f.H0(x0Var, n.f3802b.H(), null, new AnonymousClass2(observer2, null), 2, null);
|
||||
return Unit.a;
|
||||
}
|
||||
} catch (Throwable th) {
|
||||
|
@ -219,7 +219,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
|||
observer3 = observer2;
|
||||
x0 x0Var2 = x0.j;
|
||||
CoroutineDispatcher coroutineDispatcher3 = k0.a;
|
||||
b.i.a.f.e.o.f.H0(x0Var2, n.f3804b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
b.i.a.f.e.o.f.H0(x0Var2, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
throw th;
|
||||
}
|
||||
} else {
|
||||
|
@ -230,7 +230,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
|||
flowLiveDataConversions$asFlow$1 = this;
|
||||
x0 x0Var22 = x0.j;
|
||||
CoroutineDispatcher coroutineDispatcher32 = k0.a;
|
||||
b.i.a.f.e.o.f.H0(x0Var22, n.f3804b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
b.i.a.f.e.o.f.H0(x0Var22, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
throw th;
|
||||
}
|
||||
} else {
|
||||
|
@ -250,7 +250,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
|||
th = th3;
|
||||
x0 x0Var222 = x0.j;
|
||||
CoroutineDispatcher coroutineDispatcher322 = k0.a;
|
||||
b.i.a.f.e.o.f.H0(x0Var222, n.f3804b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
b.i.a.f.e.o.f.H0(x0Var222, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
throw th;
|
||||
}
|
||||
it = fVar.iterator();
|
||||
|
@ -262,7 +262,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio
|
|||
flowLiveDataConversions$asFlow$1 = this;
|
||||
x0 x0Var2222 = x0.j;
|
||||
CoroutineDispatcher coroutineDispatcher3222 = k0.a;
|
||||
b.i.a.f.e.o.f.H0(x0Var2222, n.f3804b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
b.i.a.f.e.o.f.H0(x0Var2222, n.f3802b.H(), null, new AnonymousClass2(observer3, null), 2, null);
|
||||
throw th;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,6 +45,6 @@ public final class LifecycleCoroutineScopeImpl extends LifecycleCoroutineScope i
|
|||
|
||||
public final void register() {
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
f.H0(this, n.f3804b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
|
||||
f.H0(this, n.f3802b.H(), null, new LifecycleCoroutineScopeImpl$register$1(this, null), 2, null);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,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.f3804b.H()));
|
||||
lifecycleCoroutineScopeImpl = new LifecycleCoroutineScopeImpl(lifecycle, CoroutineContext.Element.a.plus((h1) d, n.f3802b.H()));
|
||||
} while (!lifecycle.mInternalScopeRef.compareAndSet(null, lifecycleCoroutineScopeImpl));
|
||||
lifecycleCoroutineScopeImpl.register();
|
||||
return lifecycleCoroutineScopeImpl;
|
||||
|
|
|
@ -21,7 +21,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.f3804b.H());
|
||||
this.coroutineContext = coroutineContext.plus(n.f3802b.H());
|
||||
}
|
||||
|
||||
@Override // androidx.lifecycle.LiveDataScope
|
||||
|
|
|
@ -21,7 +21,7 @@ public final class PausingDispatcher extends CoroutineDispatcher {
|
|||
public boolean isDispatchNeeded(CoroutineContext coroutineContext) {
|
||||
m.checkNotNullParameter(coroutineContext, "context");
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
if (n.f3804b.H().isDispatchNeeded(coroutineContext)) {
|
||||
if (n.f3802b.H().isDispatchNeeded(coroutineContext)) {
|
||||
return true;
|
||||
}
|
||||
return !this.dispatchQueue.canRun();
|
||||
|
|
|
@ -44,6 +44,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.f3804b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
|
||||
return f.C1(n.f3802b.H(), new PausingDispatcherKt$whenStateAtLeast$2(lifecycle, state, function2, null), continuation);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,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.f3804b.H())));
|
||||
Object tagIfAbsent = viewModel.setTagIfAbsent(JOB_KEY, new CloseableCoroutineScope(CoroutineContext.Element.a.plus((h1) d, n.f3802b.H())));
|
||||
m.checkNotNullExpressionValue(tagIfAbsent, "setTagIfAbsent(\n …Main.immediate)\n )");
|
||||
return (CoroutineScope) tagIfAbsent;
|
||||
}
|
||||
|
|
|
@ -36,7 +36,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.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -53,7 +53,7 @@ public final class WithLifecycleStateKt {
|
|||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||
Lifecycle.State state = Lifecycle.State.CREATED;
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
l1 H = n.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -68,7 +68,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.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
@ -77,7 +77,7 @@ public final class WithLifecycleStateKt {
|
|||
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
||||
Lifecycle.State state = Lifecycle.State.CREATED;
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
n.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
@ -85,7 +85,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.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -102,7 +102,7 @@ public final class WithLifecycleStateKt {
|
|||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||
Lifecycle.State state = Lifecycle.State.RESUMED;
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
l1 H = n.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -117,7 +117,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.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
@ -126,7 +126,7 @@ public final class WithLifecycleStateKt {
|
|||
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
||||
Lifecycle.State state = Lifecycle.State.RESUMED;
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
n.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
@ -134,7 +134,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.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -151,7 +151,7 @@ public final class WithLifecycleStateKt {
|
|||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||
Lifecycle.State state = Lifecycle.State.STARTED;
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
l1 H = n.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -166,7 +166,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.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
@ -175,7 +175,7 @@ public final class WithLifecycleStateKt {
|
|||
m.checkNotNullExpressionValue(lifecycleOwner.getLifecycle(), "lifecycle");
|
||||
Lifecycle.State state = Lifecycle.State.STARTED;
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
n.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
@ -183,7 +183,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.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -202,7 +202,7 @@ public final class WithLifecycleStateKt {
|
|||
m.checkNotNullExpressionValue(lifecycle, "lifecycle");
|
||||
if (state.compareTo(Lifecycle.State.CREATED) >= 0) {
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
l1 H = n.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -221,7 +221,7 @@ public final class WithLifecycleStateKt {
|
|||
throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString());
|
||||
}
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
n.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
@ -232,14 +232,14 @@ public final class WithLifecycleStateKt {
|
|||
throw new IllegalArgumentException(("target state must be CREATED or greater, found " + state).toString());
|
||||
}
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
n.f3804b.H();
|
||||
n.f3802b.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.f3804b.H();
|
||||
l1 H = n.f3802b.H();
|
||||
boolean isDispatchNeeded = H.isDispatchNeeded(continuation.getContext());
|
||||
if (!isDispatchNeeded) {
|
||||
if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) {
|
||||
|
@ -253,7 +253,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.f3804b.H();
|
||||
n.f3802b.H();
|
||||
d0.z.d.l.mark(3);
|
||||
throw null;
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@ public final class b extends AppDialog {
|
|||
public final Lazy n = g.lazy(new e());
|
||||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -43,7 +43,7 @@ public final class c extends AppDialog {
|
|||
public e m;
|
||||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -34,7 +34,7 @@ public final class d extends AppDialog {
|
|||
public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.j, null, 2, null);
|
||||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -30,7 +30,7 @@ public final class e extends AppDialog {
|
|||
public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.j, null, 2, null);
|
||||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ long k;
|
||||
|
|
|
@ -46,7 +46,7 @@ public final class a extends AppDialog {
|
|||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* renamed from: b.a.a.d.a$a reason: collision with other inner class name */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes.dex */
|
||||
public static final class View$OnClickListenerC0017a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -33,7 +33,7 @@ public final class e extends AppDialog {
|
|||
public final FragmentViewBindingDelegate n = FragmentViewBindingDelegateKt.viewBinding$default(this, d.j, null, 2, null);
|
||||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes.dex */
|
||||
public static final class a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -43,7 +43,7 @@ public final class a extends AppDialog {
|
|||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* renamed from: b.a.a.f.a.a$a reason: collision with other inner class name */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes.dex */
|
||||
public static final class View$OnClickListenerC0020a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -29,7 +29,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.C0021a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2763b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2763b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2763b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2763b));
|
||||
dVar.updateViewState(new d.a.C0021a(activeAudioDevice, audioDevices.get(deviceTypes.getValue()).f2761b, audioDevices.get(deviceTypes.getValue()).d, audioDevices.get(DiscordAudioManager.DeviceTypes.SPEAKERPHONE.getValue()).f2761b, audioDevices.get(DiscordAudioManager.DeviceTypes.WIRED_HEADSET.getValue()).f2761b, audioDevices.get(DiscordAudioManager.DeviceTypes.EARPIECE.getValue()).f2761b));
|
||||
return Unit.a;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ public final class a extends AppDialog {
|
|||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* renamed from: b.a.a.g.a$a reason: collision with other inner class name */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class View$OnClickListenerC0022a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -35,7 +35,7 @@ public final class h extends AppDialog {
|
|||
public final Lazy m;
|
||||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -26,7 +26,7 @@ public final class i extends AppDialog {
|
|||
public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.j, null, 2, null);
|
||||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
|
|
@ -94,7 +94,7 @@ public final class a {
|
|||
|
||||
/* compiled from: kotlin-style lambda group */
|
||||
/* renamed from: b.a.b.a$a reason: collision with other inner class name */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes2.dex */
|
||||
public static final class C0028a extends d0.z.d.o implements Function0<Object> {
|
||||
public final /* synthetic */ int U;
|
||||
public static final C0028a j = new C0028a(0);
|
||||
|
|
|
@ -23,7 +23,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.f2683b.invoke(this.this$0.a, view2);
|
||||
this.$clickHandler.f2681b.invoke(this.this$0.a, view2);
|
||||
return Unit.a;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,11 +26,11 @@ public final class c extends Node.a<RenderContext> {
|
|||
RenderContext renderContext = (RenderContext) obj;
|
||||
m.checkNotNullParameter(spannableStringBuilder, "builder");
|
||||
m.checkNotNullParameter(renderContext, "renderContext");
|
||||
Hook hook = renderContext.f2684b.get(this.a);
|
||||
Hook hook = renderContext.f2682b.get(this.a);
|
||||
int length = spannableStringBuilder.length();
|
||||
super.render(spannableStringBuilder, renderContext);
|
||||
Hook.a aVar = null;
|
||||
CharSequence charSequence = hook != null ? hook.f2682b : null;
|
||||
CharSequence charSequence = hook != null ? hook.f2680b : null;
|
||||
if (charSequence != null) {
|
||||
spannableStringBuilder.replace(length, spannableStringBuilder.length(), charSequence);
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ public final class b extends o implements Function1<OverlayBubbleWrap, Boolean>
|
|||
OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap;
|
||||
m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap");
|
||||
try {
|
||||
this.this$0.f2729s.removeViewImmediate(overlayBubbleWrap2);
|
||||
this.this$0.f2727s.removeViewImmediate(overlayBubbleWrap2);
|
||||
this.this$0.m.invoke(overlayBubbleWrap2);
|
||||
z2 = true;
|
||||
} catch (IllegalArgumentException unused) {
|
||||
|
|
|
@ -76,8 +76,8 @@ public final class d implements View.OnClickListener {
|
|||
overlayBubbleWrap.addOnAttachStateChangeListener(new a());
|
||||
this.j.a(overlayBubbleWrap);
|
||||
this.l.setBubbleTouchable(false);
|
||||
this.j.f2729s.removeViewImmediate(this.l);
|
||||
WindowManager windowManager = this.j.f2729s;
|
||||
this.j.f2727s.removeViewImmediate(this.l);
|
||||
WindowManager windowManager = this.j.f2727s;
|
||||
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.f2732b;
|
||||
Subscription subscription = appMediaPlayer.f2730b;
|
||||
if (subscription != null) {
|
||||
subscription.unsubscribe();
|
||||
}
|
||||
appMediaPlayer.f2732b = Observable.E(500L, 500L, TimeUnit.MILLISECONDS, appMediaPlayer.i).K().I(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer));
|
||||
appMediaPlayer.f2730b = Observable.E(500L, 500L, 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.f2732b;
|
||||
Subscription subscription2 = this.j.f2730b;
|
||||
if (subscription2 != null) {
|
||||
subscription2.unsubscribe();
|
||||
}
|
||||
|
|
|
@ -23,7 +23,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.f2748b0) {
|
||||
if (rtcConnection.f2746b0) {
|
||||
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);
|
||||
|
|
|
@ -43,7 +43,7 @@ public final class b0 implements MediaEngineConnection.d {
|
|||
RtcConnection rtcConnection = this.a;
|
||||
rtcConnection.q.succeed();
|
||||
rtcConnection.r = transportInfo;
|
||||
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2752x;
|
||||
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2750x;
|
||||
if (mediaEngineConnection2 != null) {
|
||||
d dVar = new d(1000L, rtcConnection.V, mediaEngineConnection2, new VoiceQuality(), rtcConnection.B, new KrispOveruseDetector(mediaEngineConnection2), 0, 64);
|
||||
dVar.a.clear();
|
||||
|
@ -68,7 +68,7 @@ public final class b0 implements MediaEngineConnection.d {
|
|||
return;
|
||||
}
|
||||
String str = transportInfo.a;
|
||||
int i = transportInfo.f2772b;
|
||||
int i = transportInfo.f2770b;
|
||||
m.checkNotNullParameter("udp", "protocol");
|
||||
m.checkNotNullParameter(str, "address");
|
||||
m.checkNotNullParameter("xsalsa20_poly1305", "mode");
|
||||
|
@ -92,7 +92,7 @@ public final class b0 implements MediaEngineConnection.d {
|
|||
m.checkNotNullParameter(mediaEngineConnection, "connection");
|
||||
m.checkNotNullParameter(connectionState, "connectionState");
|
||||
RtcConnection rtcConnection = this.a;
|
||||
RtcConnection.StateChange stateChange = rtcConnection.f2751s;
|
||||
RtcConnection.StateChange stateChange = rtcConnection.f2749s;
|
||||
rtcConnection.r("Connection state change: " + connectionState);
|
||||
int ordinal = connectionState.ordinal();
|
||||
if (ordinal == 0) {
|
||||
|
@ -107,10 +107,10 @@ public final class b0 implements MediaEngineConnection.d {
|
|||
throw new NoWhenBranchMatchedException();
|
||||
}
|
||||
rtcConnection.u(state);
|
||||
if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2751s.a == RtcConnection.State.h.a) {
|
||||
if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2749s.a == RtcConnection.State.h.a) {
|
||||
rtcConnection.q();
|
||||
}
|
||||
if (rtcConnection.f2751s.a == RtcConnection.State.f.a) {
|
||||
if (rtcConnection.f2749s.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)));
|
||||
|
@ -124,7 +124,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.f2752x));
|
||||
mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2750x));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,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.f2745b.clear();
|
||||
this.this$0.f2743b.clear();
|
||||
return Unit.a;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,7 +42,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.f2752x;
|
||||
MediaEngineConnection mediaEngineConnection = this.a.f2750x;
|
||||
if (mediaEngineConnection != null) {
|
||||
mediaEngineConnection.r(str, str2);
|
||||
}
|
||||
|
@ -53,11 +53,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.f2752x;
|
||||
MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x;
|
||||
if (mediaEngineConnection != null) {
|
||||
mediaEngineConnection.destroy();
|
||||
}
|
||||
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2752x;
|
||||
MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2750x;
|
||||
if (mediaEngineConnection2 != null) {
|
||||
mediaEngineConnection2.o(rtcConnection.N);
|
||||
}
|
||||
|
@ -68,7 +68,7 @@ public final class h0 implements a.d {
|
|||
if ((num != null && num.intValue() == 1000) || z4) {
|
||||
z3 = false;
|
||||
}
|
||||
if (!(rtcConnection.f2751s.a instanceof RtcConnection.State.d)) {
|
||||
if (!(rtcConnection.f2749s.a instanceof RtcConnection.State.d)) {
|
||||
rtcConnection.n(z3, str);
|
||||
d dVar = rtcConnection.o;
|
||||
if (dVar != null) {
|
||||
|
@ -94,7 +94,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.f2752x;
|
||||
MediaEngineConnection mediaEngineConnection = this.a.f2750x;
|
||||
if (mediaEngineConnection != null) {
|
||||
mediaEngineConnection.t(str, u.toIntArray(list));
|
||||
}
|
||||
|
@ -242,7 +242,7 @@ public final class h0 implements a.d {
|
|||
n nVar = cVar2.a;
|
||||
int max = Math.max((int) (j0Var.c.a * nVar.c), j0Var.d);
|
||||
int max2 = Math.max((int) (j0Var.c.f252b * nVar.c), j0Var.d);
|
||||
MediaEngineConnection mediaEngineConnection = rtcConnection.f2752x;
|
||||
MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x;
|
||||
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.f2752x = g;
|
||||
rtcConnection.f2750x = 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.f2752x;
|
||||
MediaEngineConnection mediaEngineConnection = rtcConnection.f2750x;
|
||||
if (mediaEngineConnection != null) {
|
||||
mediaEngineConnection.s(j, i, null, rtcConnection.g(j), rtcConnection.h(j));
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ public final class i extends o implements Function0<Unit> {
|
|||
}
|
||||
if (this.$connection != null) {
|
||||
MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0;
|
||||
Set<Long> keySet = mediaSinkWantsManager3.f2745b.keySet();
|
||||
Set<Long> keySet = mediaSinkWantsManager3.f2743b.keySet();
|
||||
ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10));
|
||||
for (Number number : keySet) {
|
||||
arrayList.add(String.valueOf(number.longValue()));
|
||||
|
|
|
@ -21,7 +21,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.f2761y;
|
||||
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2759y;
|
||||
serializedSubject.k.onNext(Integer.valueOf(streamVolume));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -97,10 +97,10 @@ public final class l extends o implements Function0<Unit> {
|
|||
arrayList2.add(new MediaSinkWantsManager.b(encodeQuality, intValue2, videoMetadata));
|
||||
}
|
||||
if (arrayList2.isEmpty()) {
|
||||
this.this$0.f2745b.remove(Long.valueOf(this.$userId));
|
||||
this.this$0.f2743b.remove(Long.valueOf(this.$userId));
|
||||
this.this$0.c.remove(Long.valueOf(this.$userId));
|
||||
} else {
|
||||
this.this$0.f2745b.put(Long.valueOf(this.$userId), arrayList2);
|
||||
this.this$0.f2743b.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.f2775b);
|
||||
JniCommon.nativeFreeByteBuffer(thumbnailEmitter.f2773b);
|
||||
thumbnailEmitter.a = RecyclerView.FOREVER_NS;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -266,7 +266,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.f2774b);
|
||||
connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.f2772b);
|
||||
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.c);
|
||||
connection2.setVADTriggerThreshold(this.$inputModeOptions.a);
|
||||
connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1);
|
||||
|
@ -421,7 +421,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.f2773b);
|
||||
dVar2.onTargetBitrate(this.$quality.f2771b);
|
||||
return Unit.a;
|
||||
}
|
||||
}
|
||||
|
@ -444,7 +444,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.f2773b, bVar.c, bVar.d, this.$frameRate);
|
||||
connection2.setEncodingQuality(bVar.a, bVar.f2771b, bVar.c, bVar.d, this.$frameRate);
|
||||
return Unit.a;
|
||||
}
|
||||
}
|
||||
|
@ -576,7 +576,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.f2771b;
|
||||
String str = aVar.f2769b;
|
||||
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>");
|
||||
|
|
|
@ -366,7 +366,7 @@ public final class k implements MediaEngine {
|
|||
discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f)) / 100.0f);
|
||||
}
|
||||
k kVar2 = k.this;
|
||||
boolean z3 = voiceConfig.f2770b;
|
||||
boolean z3 = voiceConfig.f2768b;
|
||||
kVar2.l.a();
|
||||
b.a.q.k0.g gVar = kVar2.o;
|
||||
if (gVar.g && gVar.d) {
|
||||
|
|
|
@ -36,7 +36,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.f2768b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
|
||||
MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.f2766b, echoCancellationInfo.c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode);
|
||||
d.d1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2);
|
||||
m.this.a.p.onEchoCancellationUpdated(echoCancellationInfo2);
|
||||
}
|
||||
|
|
|
@ -89,7 +89,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.f2744b;
|
||||
OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.f2742b;
|
||||
if (outboundRtpAudio2 != null) {
|
||||
Pair<Boolean, Long> a = krispOveruseDetector.a(outboundRtpAudio2, stats2.getOutboundRtpAudio(), 8.0d);
|
||||
boolean booleanValue = a.component1().booleanValue();
|
||||
|
@ -106,7 +106,7 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
|
|||
krispOveruseDetector.c = 0;
|
||||
}
|
||||
}
|
||||
krispOveruseDetector.f2744b = stats2.getOutboundRtpAudio();
|
||||
krispOveruseDetector.f2742b = stats2.getOutboundRtpAudio();
|
||||
}
|
||||
OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio();
|
||||
if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) {
|
||||
|
|
|
@ -52,8 +52,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.f2753y = uri.getHost();
|
||||
rtcConnection.f2754z = Integer.valueOf(uri.getPort());
|
||||
rtcConnection.f2751y = uri.getHost();
|
||||
rtcConnection.f2752z = 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)));
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@ public final class i0 extends o implements Function0<Boolean> {
|
|||
@Override // kotlin.jvm.functions.Function0
|
||||
public Boolean invoke() {
|
||||
VoiceUserView voiceUserView = this.this$0;
|
||||
return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2810s);
|
||||
return Boolean.valueOf(voiceUserView.m == VoiceUserView.a.RINGING && voiceUserView.f2808s);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,8 +15,8 @@ public final class n implements View.OnClickListener {
|
|||
|
||||
@Override // android.view.View.OnClickListener
|
||||
public final void onClick(View view) {
|
||||
if (this.k.f2814b.getApplicationStream() != null) {
|
||||
this.j.n.invoke(this.k.f2814b.getApplicationStream().getEncodedStreamKey());
|
||||
if (this.k.f2812b.getApplicationStream() != null) {
|
||||
this.j.n.invoke(this.k.f2812b.getApplicationStream().getEncodedStreamKey());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@ public final class z extends l implements AppComponent {
|
|||
ArrayList arrayList = new ArrayList();
|
||||
for (Object obj : data) {
|
||||
Channel channel = ((WidgetGlobalSearchModel.ItemDataPayload) obj).getChannel();
|
||||
if (channel != null && ChannelUtils.E(channel)) {
|
||||
if (channel != null && ChannelUtils.F(channel)) {
|
||||
arrayList.add(obj);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ public class a extends AppCompatDialogFragment {
|
|||
|
||||
/* compiled from: java-style lambda group */
|
||||
/* renamed from: b.b.a.a.a$a reason: collision with other inner class name */
|
||||
/* loaded from: classes3.dex */
|
||||
/* loaded from: classes.dex */
|
||||
public static final class View$OnClickListenerC0057a implements View.OnClickListener {
|
||||
public final /* synthetic */ int j;
|
||||
public final /* synthetic */ Object k;
|
||||
|
@ -100,7 +100,7 @@ public class a extends AppCompatDialogFragment {
|
|||
}
|
||||
} else if (i == 2) {
|
||||
FlexInputFragment flexInputFragment = (FlexInputFragment) ((Fragment) this.k);
|
||||
FlexInputViewModel flexInputViewModel = flexInputFragment.f3139s;
|
||||
FlexInputViewModel flexInputViewModel = flexInputFragment.f3137s;
|
||||
if (flexInputViewModel != null) {
|
||||
flexInputViewModel.onSendButtonClicked(flexInputFragment.o);
|
||||
}
|
||||
|
@ -409,7 +409,7 @@ public class a extends AppCompatDialogFragment {
|
|||
flexInputFragment.k();
|
||||
eVar.invoke();
|
||||
} catch (UninitializedPropertyAccessException unused) {
|
||||
flexInputFragment.f3140x.add(eVar);
|
||||
flexInputFragment.f3138x.add(eVar);
|
||||
}
|
||||
FloatingActionButton floatingActionButton2 = this.m;
|
||||
if (floatingActionButton2 != null) {
|
||||
|
|
|
@ -28,7 +28,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).f3139s) != null) {
|
||||
if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f3137s) != null) {
|
||||
flexInputViewModel.onCreateThreadSelected();
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ public final class f implements ViewPager.OnPageChangeListener {
|
|||
|
||||
@Override // androidx.viewpager.widget.ViewPager.OnPageChangeListener
|
||||
public void onPageSelected(int i) {
|
||||
FlexInputViewModel flexInputViewModel = this.a.f3139s;
|
||||
FlexInputViewModel flexInputViewModel = this.a.f3137s;
|
||||
if (flexInputViewModel != null) {
|
||||
flexInputViewModel.onContentDialogPageChanged(i);
|
||||
}
|
||||
|
|
|
@ -16,7 +16,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.f3139s) != null) {
|
||||
if (this.j.isAdded() && !this.j.isHidden() && (flexInputViewModel = this.j.f3137s) != null) {
|
||||
f.O0(flexInputViewModel, false, 1, null);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,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.f3139s;
|
||||
FlexInputViewModel flexInputViewModel = this.this$0.f3137s;
|
||||
if (flexInputViewModel != null) {
|
||||
f.O0(flexInputViewModel, false, 1, null);
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ public final class i implements View.OnLongClickListener {
|
|||
|
||||
@Override // android.view.View.OnLongClickListener
|
||||
public final boolean onLongClick(View view) {
|
||||
FlexInputViewModel flexInputViewModel = this.j.f3139s;
|
||||
FlexInputViewModel flexInputViewModel = this.j.f3137s;
|
||||
if (flexInputViewModel == null) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -17,21 +17,21 @@ public final class m implements SelectionCoordinator.ItemSelectionListener<Attac
|
|||
public void onItemSelected(Attachment<? extends Object> attachment) {
|
||||
Attachment<? extends Object> attachment2 = attachment;
|
||||
d0.z.d.m.checkNotNullParameter(attachment2, "item");
|
||||
FlexInputViewModel flexInputViewModel = this.a.f3139s;
|
||||
FlexInputViewModel flexInputViewModel = this.a.f3137s;
|
||||
if (flexInputViewModel == null || !flexInputViewModel.isSingleSelectMode()) {
|
||||
FlexInputFragment flexInputFragment = this.a;
|
||||
FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3139s;
|
||||
FlexInputViewModel flexInputViewModel2 = flexInputFragment.f3137s;
|
||||
if (flexInputViewModel2 != null) {
|
||||
flexInputViewModel2.onAttachmentsUpdated(flexInputFragment.b().getAttachments());
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
FlexInputViewModel flexInputViewModel3 = this.a.f3139s;
|
||||
FlexInputViewModel flexInputViewModel3 = this.a.f3137s;
|
||||
if (flexInputViewModel3 != null) {
|
||||
flexInputViewModel3.onSingleAttachmentSelected(attachment2);
|
||||
}
|
||||
FlexInputViewModel flexInputViewModel4 = this.a.f3139s;
|
||||
FlexInputViewModel flexInputViewModel4 = this.a.f3137s;
|
||||
if (flexInputViewModel4 != null) {
|
||||
flexInputViewModel4.onContentDialogDismissed(true);
|
||||
}
|
||||
|
@ -41,7 +41,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.f3139s;
|
||||
FlexInputViewModel flexInputViewModel = flexInputFragment.f3137s;
|
||||
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.f3145b, true);
|
||||
aVar3.d(aVar4.f3143b, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -177,7 +177,7 @@ public abstract class i extends RecyclerView.ViewHolder {
|
|||
bVar.a();
|
||||
x0 x0Var = x0.j;
|
||||
CoroutineDispatcher coroutineDispatcher = k0.a;
|
||||
bVar.a = f.H0(x0Var, n.f3804b, null, new j(bVar, uri3, dVar, null), 2, null);
|
||||
bVar.a = f.H0(x0Var, n.f3802b, null, new j(bVar, uri3, 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.f3816b, new k(bVar2, contentResolver, uri, null), this);
|
||||
Object C1 = f.C1(k0.f3814b, 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.f3700b);
|
||||
q(fVar, replace2, arrayList, w.f3700b);
|
||||
n(fVar, replace2, arrayList, w.f3698b);
|
||||
q(fVar, replace2, arrayList, w.f3698b);
|
||||
n(fVar, replace2, arrayList, w.d);
|
||||
q(fVar, replace2, arrayList, w.d);
|
||||
n(fVar, replace2, arrayList, w.e);
|
||||
|
|
|
@ -96,7 +96,7 @@ public class d extends AbstractDraweeControllerBuilder<d, ImageRequest, Closeabl
|
|||
i iVar = this.o.g;
|
||||
CacheKey cacheKey = null;
|
||||
if (iVar != null && imageRequest != null) {
|
||||
if (imageRequest.f2877s != null) {
|
||||
if (imageRequest.f2875s != null) {
|
||||
cacheKey = ((n) iVar).c(imageRequest, this.g);
|
||||
} else {
|
||||
cacheKey = ((n) iVar).a(imageRequest, this.g);
|
||||
|
|
|
@ -30,7 +30,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.f2867b = true;
|
||||
draweeHolder.f2865b = true;
|
||||
draweeHolder.c = true;
|
||||
draweeHolder.b();
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ public class n implements i {
|
|||
|
||||
public CacheKey c(ImageRequest imageRequest, Object obj) {
|
||||
String str;
|
||||
b bVar = imageRequest.f2877s;
|
||||
b bVar = imageRequest.f2875s;
|
||||
CacheKey cacheKey = null;
|
||||
if (bVar != null) {
|
||||
cacheKey = bVar.getPostprocessorCacheKey();
|
||||
|
|
|
@ -166,7 +166,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.f2869b - 1 || f() > this.f.a - a2) {
|
||||
if (a2 > this.f.e || e() > this.f.f2867b - 1 || f() > this.f.a - a2) {
|
||||
z2 = false;
|
||||
}
|
||||
}
|
||||
|
@ -274,7 +274,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.f2869b - e());
|
||||
int min = Math.min(memoryCacheParams.d, memoryCacheParams.f2867b - e());
|
||||
MemoryCacheParams memoryCacheParams2 = this.f;
|
||||
p = p(min, Math.min(memoryCacheParams2.c, memoryCacheParams2.a - f()));
|
||||
h(p);
|
||||
|
|
|
@ -18,7 +18,7 @@ public class c implements f {
|
|||
|
||||
public h a(DiskCacheConfig diskCacheConfig) {
|
||||
Objects.requireNonNull(this.a);
|
||||
e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2856b, diskCacheConfig.h);
|
||||
e eVar = new e(diskCacheConfig.a, diskCacheConfig.c, diskCacheConfig.f2854b, 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);
|
||||
}
|
||||
|
|
|
@ -233,7 +233,7 @@ public class q {
|
|||
s0Var = this.n;
|
||||
}
|
||||
}
|
||||
if (imageRequest.f2877s != null) {
|
||||
if (imageRequest.f2875s != null) {
|
||||
synchronized (this) {
|
||||
w0<CloseableReference<b.f.j.j.c>> w0Var = this.f582x.get(s0Var);
|
||||
if (w0Var == null) {
|
||||
|
|
|
@ -66,12 +66,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.f2876b;
|
||||
b2.g = e.f2874b;
|
||||
b2.i = e.g;
|
||||
b2.j = e.h;
|
||||
b2.f2878b = e.n;
|
||||
b2.f2876b = e.n;
|
||||
b2.c = e.o;
|
||||
b2.l = e.f2877s;
|
||||
b2.l = e.f2875s;
|
||||
b2.h = e.f;
|
||||
b2.k = e.m;
|
||||
b2.d = e.j;
|
||||
|
|
|
@ -41,7 +41,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.f2876b != ImageRequest.b.SMALL) {
|
||||
if (e.f2874b != ImageRequest.b.SMALL) {
|
||||
z2 = false;
|
||||
}
|
||||
f fVar = z2 ? this.f633b : this.a;
|
||||
|
|
|
@ -75,7 +75,7 @@ public class s0 implements w0<CloseableReference<c>> {
|
|||
z0 o = x0Var.o();
|
||||
ImageRequest e = x0Var.e();
|
||||
Object b2 = x0Var.b();
|
||||
b bVar = e.f2877s;
|
||||
b bVar = e.f2875s;
|
||||
if (bVar == null || bVar.getPostprocessorCacheKey() == null) {
|
||||
this.c.b(lVar, x0Var);
|
||||
return;
|
||||
|
|
|
@ -42,7 +42,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.f2876b == ImageRequest.b.SMALL) {
|
||||
if (e.f2874b == 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().f2877s;
|
||||
b.f.j.q.b bVar = x0Var.e().f2875s;
|
||||
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);
|
||||
|
|
|
@ -54,7 +54,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.f2876b == ImageRequest.b.SMALL ? this.e : this.d).c(b2);
|
||||
(e.f2874b == ImageRequest.b.SMALL ? this.e : this.d).c(b2);
|
||||
this.h.a(b2);
|
||||
}
|
||||
} else if ("disk".equals(this.c.l("origin"))) {
|
||||
|
|
|
@ -82,7 +82,7 @@ public class c extends l {
|
|||
Log.d("SoLoader", "Not resolving dependencies for " + str);
|
||||
}
|
||||
try {
|
||||
((SoLoader.a) SoLoader.f2880b).b(file2.getAbsolutePath(), i);
|
||||
((SoLoader.a) SoLoader.f2878b).b(file2.getAbsolutePath(), i);
|
||||
return 1;
|
||||
} catch (UnsatisfiedLinkError e2) {
|
||||
if (e2.getMessage().contains("bad ELF magic")) {
|
||||
|
|
|
@ -13,7 +13,7 @@ import com.fasterxml.jackson.databind.JsonMappingException;
|
|||
import java.io.IOException;
|
||||
import java.util.Objects;
|
||||
/* compiled from: ArraySerializerBase.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class a<T> extends h<T> implements i {
|
||||
public final d _property;
|
||||
public final Boolean _unwrapSingle;
|
||||
|
|
|
@ -8,7 +8,7 @@ import b.g.a.c.y.a;
|
|||
import java.io.IOException;
|
||||
/* compiled from: NumberSerializers.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class a0 extends w<Object> {
|
||||
public a0(Class<?> cls) {
|
||||
super(cls, f.b.INT, "integer");
|
||||
|
|
|
@ -14,7 +14,7 @@ import com.fasterxml.jackson.databind.JsonMappingException;
|
|||
import java.io.IOException;
|
||||
import java.util.Objects;
|
||||
/* compiled from: AsArraySerializerBase.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class b<T> extends h<T> implements i {
|
||||
public l _dynamicSerializers;
|
||||
public final n<Object> _elementSerializer;
|
||||
|
|
|
@ -7,7 +7,7 @@ import b.g.a.c.y.a;
|
|||
import java.io.IOException;
|
||||
/* compiled from: NumberSerializers.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class b0 extends w<Object> {
|
||||
public b0(Class<?> cls) {
|
||||
super(cls, f.b.LONG, "number");
|
||||
|
|
|
@ -6,7 +6,7 @@ import b.g.a.c.h0.i;
|
|||
import b.g.a.c.n;
|
||||
import java.util.concurrent.atomic.AtomicReference;
|
||||
/* compiled from: AtomicReferenceSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class c extends f0<AtomicReference<?>> {
|
||||
private static final long serialVersionUID = 1;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import b.g.a.c.y.a;
|
|||
import java.io.IOException;
|
||||
/* compiled from: NumberSerializers.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class c0 extends w<Object> {
|
||||
public static final c0 k = new c0();
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Map;
|
|||
import java.util.Objects;
|
||||
import java.util.Set;
|
||||
/* compiled from: BeanSerializerBase.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class d extends q0<Object> implements i, o {
|
||||
public static final c[] k = new c[0];
|
||||
public final a _anyGetterWriter;
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.io.IOException;
|
|||
import java.util.Objects;
|
||||
/* compiled from: ObjectArraySerializer.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class d0 extends a<Object[]> implements i {
|
||||
public l _dynamicSerializers = l.b.f703b;
|
||||
public n<Object> _elementSerializer;
|
||||
|
|
|
@ -10,13 +10,13 @@ import com.fasterxml.jackson.databind.JsonMappingException;
|
|||
import java.io.IOException;
|
||||
/* compiled from: BooleanSerializer.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public final class e extends p0<Object> implements i {
|
||||
private static final long serialVersionUID = 1;
|
||||
public final boolean _forPrimitive;
|
||||
|
||||
/* compiled from: BooleanSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static final class a extends p0<Object> implements i {
|
||||
private static final long serialVersionUID = 1;
|
||||
public final boolean _forPrimitive;
|
||||
|
|
|
@ -7,7 +7,7 @@ import b.g.a.c.e0.g;
|
|||
import b.g.a.c.x;
|
||||
import java.io.IOException;
|
||||
/* compiled from: RawSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class e0<T> extends q0<T> {
|
||||
public e0(Class<?> cls) {
|
||||
super(cls, false);
|
||||
|
|
|
@ -9,7 +9,7 @@ import b.g.a.c.y.a;
|
|||
import java.io.IOException;
|
||||
/* compiled from: ByteArraySerializer.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class f extends q0<byte[]> {
|
||||
private static final long serialVersionUID = 1;
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ import com.fasterxml.jackson.databind.JsonMappingException;
|
|||
import com.fasterxml.jackson.databind.RuntimeJsonMappingException;
|
||||
import java.io.IOException;
|
||||
/* compiled from: ReferenceTypeSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class f0<T> extends q0<T> implements i {
|
||||
private static final long serialVersionUID = 1;
|
||||
public final d _property;
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.io.IOException;
|
|||
import java.nio.ByteBuffer;
|
||||
import java.util.Objects;
|
||||
/* compiled from: ByteBufferSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class g extends p0<ByteBuffer> {
|
||||
public g() {
|
||||
super(ByteBuffer.class);
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.io.IOException;
|
|||
import java.util.Objects;
|
||||
/* compiled from: SerializableSerializer.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class g0 extends q0<m> {
|
||||
public static final g0 k = new g0();
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.text.DateFormat;
|
|||
import java.util.Calendar;
|
||||
/* compiled from: CalendarSerializer.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class h extends l<Calendar> {
|
||||
public static final h k = new h();
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.io.IOException;
|
|||
import java.util.Collection;
|
||||
import java.util.Objects;
|
||||
/* compiled from: StaticListSerializerBase.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class h0<T extends Collection<?>> extends q0<T> implements i {
|
||||
public final Boolean _unwrapSingle;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import b.g.a.b.d;
|
|||
import b.g.a.c.x;
|
||||
import java.io.IOException;
|
||||
/* compiled from: ClassSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class i extends p0<Class<?>> {
|
||||
public i() {
|
||||
super(Class.class, false);
|
||||
|
|
|
@ -7,13 +7,13 @@ import java.io.IOException;
|
|||
import java.util.HashMap;
|
||||
import java.util.Objects;
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class i0 {
|
||||
public static final HashMap<String, n<?>> a;
|
||||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static class a extends a<boolean[]> {
|
||||
static {
|
||||
b.g.a.c.h0.n.k.j(Boolean.class);
|
||||
|
@ -74,7 +74,7 @@ public class i0 {
|
|||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static class b extends q0<char[]> {
|
||||
public b() {
|
||||
super(char[].class);
|
||||
|
@ -120,7 +120,7 @@ public class i0 {
|
|||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static class c extends a<double[]> {
|
||||
static {
|
||||
b.g.a.c.h0.n.k.j(Double.TYPE);
|
||||
|
@ -188,7 +188,7 @@ public class i0 {
|
|||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static class d extends h<float[]> {
|
||||
static {
|
||||
b.g.a.c.h0.n.k.j(Float.TYPE);
|
||||
|
@ -244,7 +244,7 @@ public class i0 {
|
|||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static class e extends a<int[]> {
|
||||
static {
|
||||
b.g.a.c.h0.n.k.j(Integer.TYPE);
|
||||
|
@ -312,7 +312,7 @@ public class i0 {
|
|||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static class f extends h<long[]> {
|
||||
static {
|
||||
b.g.a.c.h0.n.k.j(Long.TYPE);
|
||||
|
@ -375,7 +375,7 @@ public class i0 {
|
|||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
@b.g.a.c.y.a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static class g extends h<short[]> {
|
||||
static {
|
||||
b.g.a.c.h0.n.k.j(Short.TYPE);
|
||||
|
@ -430,7 +430,7 @@ public class i0 {
|
|||
}
|
||||
|
||||
/* compiled from: StdArraySerializers.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public static abstract class h<T> extends a<T> {
|
||||
public h(h<T> hVar, b.g.a.c.d dVar, Boolean bool) {
|
||||
super(hVar, dVar, bool);
|
||||
|
|
|
@ -11,7 +11,7 @@ import java.io.IOException;
|
|||
import java.util.Collection;
|
||||
import java.util.Iterator;
|
||||
/* compiled from: CollectionSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class j extends b<Collection<?>> {
|
||||
private static final long serialVersionUID = 1;
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import b.g.a.c.x;
|
|||
import com.fasterxml.jackson.databind.JsonMappingException;
|
||||
import java.io.IOException;
|
||||
/* compiled from: StdDelegatingSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class j0 extends q0<Object> implements i, o {
|
||||
public final e<Object, ?> _converter;
|
||||
public final n<Object> _delegateSerializer;
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.text.DateFormat;
|
|||
import java.util.Date;
|
||||
/* compiled from: DateSerializer.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class k extends l<Date> {
|
||||
public static final k k = new k();
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import b.g.a.c.x;
|
|||
import java.io.IOException;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
/* compiled from: StdJdkSerializers.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class k0 extends p0<AtomicBoolean> {
|
||||
public k0() {
|
||||
super(AtomicBoolean.class, false);
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.util.Objects;
|
|||
import java.util.TimeZone;
|
||||
import java.util.concurrent.atomic.AtomicReference;
|
||||
/* compiled from: DateTimeSerializerBase.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public abstract class l<T> extends p0<T> implements i {
|
||||
public final DateFormat _customFormat;
|
||||
public final AtomicReference<DateFormat> _reusedCustomFormat;
|
||||
|
|
|
@ -5,7 +5,7 @@ import b.g.a.c.x;
|
|||
import java.io.IOException;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
/* compiled from: StdJdkSerializers.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class l0 extends p0<AtomicInteger> {
|
||||
public l0() {
|
||||
super(AtomicInteger.class, false);
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.io.IOException;
|
|||
import java.util.Objects;
|
||||
/* compiled from: EnumSerializer.java */
|
||||
@a
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class m extends p0<Enum<?>> implements i {
|
||||
public static final /* synthetic */ int k = 0;
|
||||
private static final long serialVersionUID = 1;
|
||||
|
|
|
@ -5,7 +5,7 @@ import b.g.a.c.x;
|
|||
import java.io.IOException;
|
||||
import java.util.concurrent.atomic.AtomicLong;
|
||||
/* compiled from: StdJdkSerializers.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class m0 extends p0<AtomicLong> {
|
||||
public m0() {
|
||||
super(AtomicLong.class, false);
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
|||
import java.util.EnumSet;
|
||||
import java.util.Iterator;
|
||||
/* compiled from: EnumSetSerializer.java */
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class n extends b<EnumSet<? extends Enum<?>>> {
|
||||
public n(n nVar, d dVar, g gVar, b.g.a.c.n<?> nVar2, Boolean bool) {
|
||||
super(nVar, dVar, gVar, nVar2, bool);
|
||||
|
|
|
@ -5,7 +5,7 @@ import b.g.a.c.x;
|
|||
import java.io.IOException;
|
||||
/* compiled from: StdKeySerializer.java */
|
||||
@Deprecated
|
||||
/* loaded from: classes2.dex */
|
||||
/* loaded from: classes3.dex */
|
||||
public class n0 extends q0<Object> {
|
||||
public n0() {
|
||||
super(Object.class);
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue