Files
rr3-apk/decompiled-community/sources/com/ironsource/y8.java
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

29 lines
624 B
Java

package com.ironsource;
import android.app.Activity;
import android.content.MutableContextWrapper;
/* loaded from: classes2.dex */
public class y8 {
MutableContextWrapper a;
public Activity a() {
return (Activity) this.a.getBaseContext();
}
public synchronized void a(Activity activity) {
try {
if (this.a == null) {
this.a = new MutableContextWrapper(activity);
}
this.a.setBaseContext(activity);
} catch (Throwable th) {
throw th;
}
}
public synchronized void b() {
this.a = null;
}
}