Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
package com.ironsource;
import kotlin.Result;
import kotlin.ResultKt;
/* loaded from: classes2.dex */
public final class z7 implements vd {
private final Boolean a;
private final Integer b;
private final g8 c;
public z7(Boolean bool, Integer num, g8 g8Var) {
this.a = bool;
this.b = num;
this.c = g8Var;
}
@Override // com.ironsource.vd
public Object a() {
Exception exc;
Object obj;
Boolean bool = this.a;
if (bool != null) {
if (bool.booleanValue()) {
Integer num = this.b;
if (num == null || num.intValue() <= 0) {
Result.Companion companion = Result.Companion;
exc = new Exception("limit flag is not provided or invalid");
} else if (this.c == null) {
Result.Companion companion2 = Result.Companion;
exc = new Exception("unit flag is not provided or invalid");
} else {
Result.Companion companion3 = Result.Companion;
obj = Boolean.TRUE;
}
} else {
Result.Companion companion4 = Result.Companion;
obj = Boolean.FALSE;
}
return Result.m4060constructorimpl(obj);
}
Result.Companion companion5 = Result.Companion;
exc = new Exception("enabled flag is not provided or invalid");
obj = ResultKt.createFailure(exc);
return Result.m4060constructorimpl(obj);
}
}