- 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
20 lines
514 B
Java
20 lines
514 B
Java
package com.tapjoy;
|
|
|
|
import com.tapjoy.TJWebViewActivity;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class g1 implements Runnable {
|
|
public final /* synthetic */ boolean a;
|
|
public final /* synthetic */ TJWebViewActivity.BridgeDelegate b;
|
|
|
|
public g1(TJWebViewActivity.BridgeDelegate bridgeDelegate, boolean z) {
|
|
this.b = bridgeDelegate;
|
|
this.a = z;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
TJWebViewActivity.this.c.setClickable(this.a);
|
|
}
|
|
}
|