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

43 lines
1005 B
Java

package com.mbridge.msdk.video.dynview;
import android.view.View;
import com.mbridge.msdk.video.dynview.e.h;
import java.lang.ref.SoftReference;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes4.dex */
public class b {
private static volatile b b;
public Map<String, SoftReference<View>> a = new HashMap();
private b() {
}
public static b a() {
b bVar;
if (b != null) {
return b;
}
synchronized (b.class) {
try {
if (b == null) {
b = new b();
}
bVar = b;
} catch (Throwable th) {
throw th;
}
}
return bVar;
}
public final void a(c cVar, h hVar) {
new com.mbridge.msdk.video.dynview.h.a(cVar, hVar, new HashMap());
}
public final void a(c cVar, h hVar, Map<String, Object> map) {
new com.mbridge.msdk.video.dynview.h.a(cVar, hVar, map);
}
}