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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
package com.fyber.inneractive.sdk.config;
import android.content.Context;
import android.webkit.WebView;
import com.fyber.inneractive.sdk.util.IAlog;
import com.ironsource.nb;
import java.util.concurrent.TimeUnit;
/* loaded from: classes2.dex */
public final class v implements Runnable {
public final /* synthetic */ String a;
public final /* synthetic */ String b;
public v(String str, String str2) {
this.a = str;
this.b = str2;
}
@Override // java.lang.Runnable
public final void run() {
Context context;
WebView webView;
IAConfigManager iAConfigManager = IAConfigManager.L;
if (iAConfigManager.J == null && (context = iAConfigManager.f) != null) {
try {
webView = new WebView(context);
webView.setWebViewClient(new q());
} catch (Throwable unused) {
IAlog.a("failed to create a new webview", new Object[0]);
webView = null;
}
iAConfigManager.J = webView;
}
WebView webView2 = iAConfigManager.J;
String str = this.a;
String str2 = this.b;
if (webView2 != null) {
if (str2 == null) {
str2 = "";
}
webView2.loadDataWithBaseURL(str, str2, "text/html", nb.N, null);
}
com.fyber.inneractive.sdk.util.p.b.postDelayed(IAConfigManager.N, TimeUnit.SECONDS.toMillis(10L));
}
}