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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
package com.tapjoy;
import com.tapjoy.internal.b3;
/* loaded from: classes4.dex */
public final class i0 implements Runnable {
public final /* synthetic */ b3 a;
public final /* synthetic */ String b;
public final /* synthetic */ j0 c;
public i0(j0 j0Var, b3 b3Var, String str) {
this.c = j0Var;
this.a = b3Var;
this.b = str;
}
@Override // java.lang.Runnable
public final void run() {
int i = this.a.a;
if (i != 200) {
TJOfferwallDiscoverListener tJOfferwallDiscoverListener = this.c.b.c;
if (tJOfferwallDiscoverListener != null) {
tJOfferwallDiscoverListener.requestFailure(new TJError(i, "Unknown Error"));
}
this.c.b.clearContent();
return;
}
TJOfferwallDiscoverListener tJOfferwallDiscoverListener2 = this.c.b.c;
if (tJOfferwallDiscoverListener2 != null) {
tJOfferwallDiscoverListener2.requestSuccess();
}
TJOfferwallDiscoverView tJOfferwallDiscoverView = this.c.b;
b3 b3Var = this.a;
tJOfferwallDiscoverView.d = b3Var;
TJWebView tJWebView = tJOfferwallDiscoverView.a;
if (tJWebView != null) {
tJWebView.loadDataWithBaseURL(this.b, b3Var.c, "text/html", "charset=UTF-8", null);
} else {
TapjoyLog.d("TJOfferwallDiscoverView", "Webview is null");
}
}
}