- 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
24 lines
603 B
Java
24 lines
603 B
Java
package com.ironsource;
|
|
|
|
import kotlin.Result;
|
|
import kotlin.ResultKt;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class z9 implements vd {
|
|
private final Boolean a;
|
|
|
|
public z9(Boolean bool) {
|
|
this.a = bool;
|
|
}
|
|
|
|
@Override // com.ironsource.vd
|
|
public Object a() {
|
|
Boolean bool = this.a;
|
|
if (bool != null) {
|
|
return Result.m4060constructorimpl(bool);
|
|
}
|
|
Result.Companion companion = Result.Companion;
|
|
return Result.m4060constructorimpl(ResultKt.createFailure(new Exception("enabled flag is not provided or invalid")));
|
|
}
|
|
}
|