- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
60 lines
2.9 KiB
Java
60 lines
2.9 KiB
Java
package com.google.firebase.sessions.settings;
|
|
|
|
import kotlin.Unit;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.jvm.internal.SuspendLambda;
|
|
import kotlin.jvm.functions.Function2;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RemoteSettings$updateSettings$2$1 extends SuspendLambda implements Function2 {
|
|
public /* synthetic */ Object L$0;
|
|
public Object L$1;
|
|
public Object L$2;
|
|
public int label;
|
|
public final /* synthetic */ RemoteSettings this$0;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public RemoteSettings$updateSettings$2$1(RemoteSettings remoteSettings, Continuation continuation) {
|
|
super(2, continuation);
|
|
this.this$0 = remoteSettings;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Continuation create(Object obj, Continuation continuation) {
|
|
RemoteSettings$updateSettings$2$1 remoteSettings$updateSettings$2$1 = new RemoteSettings$updateSettings$2$1(this.this$0, continuation);
|
|
remoteSettings$updateSettings$2$1.L$0 = obj;
|
|
return remoteSettings$updateSettings$2$1;
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function2
|
|
public final Object invoke(JSONObject jSONObject, Continuation continuation) {
|
|
return ((RemoteSettings$updateSettings$2$1) create(jSONObject, continuation)).invokeSuspend(Unit.INSTANCE);
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Removed duplicated region for block: B:12:0x0191 A[RETURN] */
|
|
/* JADX WARN: Removed duplicated region for block: B:16:0x0157 */
|
|
/* JADX WARN: Removed duplicated region for block: B:22:0x0137 */
|
|
/* JADX WARN: Removed duplicated region for block: B:25:0x0154 */
|
|
/* JADX WARN: Removed duplicated region for block: B:29:0x0117 */
|
|
/* JADX WARN: Removed duplicated region for block: B:36:0x00f7 */
|
|
/* JADX WARN: Removed duplicated region for block: B:59:0x00d0 */
|
|
/* JADX WARN: Removed duplicated region for block: B:63:0x00ef */
|
|
/* JADX WARN: Type inference failed for: r12v12, types: [T, java.lang.Integer] */
|
|
/* JADX WARN: Type inference failed for: r1v6, types: [T, java.lang.Integer] */
|
|
/* JADX WARN: Type inference failed for: r2v4, types: [T, java.lang.Double] */
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final java.lang.Object invokeSuspend(java.lang.Object r12) {
|
|
/*
|
|
Method dump skipped, instructions count: 424
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.google.firebase.sessions.settings.RemoteSettings$updateSettings$2$1.invokeSuspend(java.lang.Object):java.lang.Object");
|
|
}
|
|
}
|