Files
rr3-apk/decompiled/sources/com/fyber/inneractive/sdk/config/v.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

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));
}
}