- 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
46 lines
1.4 KiB
Java
46 lines
1.4 KiB
Java
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));
|
|
}
|
|
}
|