- 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
36 lines
818 B
Java
36 lines
818 B
Java
package com.applovin.impl;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class g4 {
|
|
public static List c(com.applovin.impl.sdk.j jVar) {
|
|
if (jVar.u().k()) {
|
|
return o4.c(jVar);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
public static List a(com.applovin.impl.sdk.j jVar) {
|
|
if (!jVar.u().k()) {
|
|
return null;
|
|
}
|
|
boolean t0 = jVar.t0();
|
|
Boolean bool = (Boolean) jVar.a(uj.o, Boolean.FALSE);
|
|
if (t0) {
|
|
if (bool.booleanValue()) {
|
|
return b(jVar);
|
|
}
|
|
return null;
|
|
}
|
|
return b(jVar);
|
|
}
|
|
|
|
private static List b(com.applovin.impl.sdk.j jVar) {
|
|
if (jVar.u().i() != null) {
|
|
return o4.b(jVar);
|
|
}
|
|
return o4.a(jVar);
|
|
}
|
|
}
|