- 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
470 B
Java
20 lines
470 B
Java
package com.tapjoy;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public abstract /* synthetic */ class c1 {
|
|
public static final /* synthetic */ int[] a;
|
|
|
|
static {
|
|
int[] iArr = new int[TJStatus.values().length];
|
|
a = iArr;
|
|
try {
|
|
iArr[TJStatus.FALSE.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
a[TJStatus.TRUE.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
}
|
|
}
|