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