Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

47 lines
1.1 KiB
Java

package com.mbridge.msdk.foundation.same;
import android.text.TextUtils;
import com.mbridge.msdk.foundation.tools.ah;
/* loaded from: classes4.dex */
public class b {
private static volatile b a;
private Boolean b = null;
public final Boolean b() {
return this.b;
}
private b() {
}
public static b a() {
if (a == null) {
synchronized (b.class) {
try {
if (a == null) {
a = new b();
}
} finally {
}
}
}
return a;
}
public final boolean a(String str) {
if (TextUtils.isEmpty(str)) {
return false;
}
if (!str.equals("new_bridge_reward_video")) {
if (str.equals("new_bridge_reward_show")) {
return ah.a().a("new_bridge_reward_show", false, false);
}
return false;
}
Boolean valueOf = Boolean.valueOf(ah.a().a("new_bridge_reward_video", false, false));
this.b = valueOf;
return valueOf.booleanValue();
}
}