- 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
35 lines
1.1 KiB
Java
35 lines
1.1 KiB
Java
package com.fyber.inneractive.sdk.config;
|
|
|
|
import android.content.Context;
|
|
import android.text.TextUtils;
|
|
import com.fyber.inneractive.sdk.config.o;
|
|
import com.fyber.inneractive.sdk.external.InneractiveAdManager;
|
|
import com.fyber.inneractive.sdk.util.IAlog;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class y implements Runnable {
|
|
public final /* synthetic */ Context a;
|
|
public final /* synthetic */ z b;
|
|
|
|
public y(Context context, o oVar) {
|
|
this.a = context;
|
|
this.b = oVar;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
if (InneractiveAdManager.isCurrentUserAChild()) {
|
|
return;
|
|
}
|
|
try {
|
|
a0.a(this.a, this.b);
|
|
o.b bVar = o.a.a.b;
|
|
if (TextUtils.isEmpty(bVar != null ? bVar.a : null)) {
|
|
j.a(this.a, this.b);
|
|
}
|
|
} catch (ClassNotFoundException e) {
|
|
IAlog.b("SDK internal error: Make sure that Google Play Services for Mobile Ads is added to the compile dependencies of your project" + e.toString(), new Object[0]);
|
|
}
|
|
}
|
|
}
|