- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
47 lines
1.1 KiB
Java
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();
|
|
}
|
|
}
|