Files
rr3-apk/decompiled-community/sources/com/google/android/gms/common/zzd.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

23 lines
517 B
Java

package com.google.android.gms.common;
import com.google.android.gms.common.internal.ShowFirstParty;
@ShowFirstParty
/* loaded from: classes2.dex */
public final class zzd {
public static int zza(int i) {
int[] iArr = {1, 2, 3};
for (int i2 = 0; i2 < 3; i2++) {
int i3 = iArr[i2];
int i4 = i3 - 1;
if (i3 == 0) {
throw null;
}
if (i4 == i) {
return i3;
}
}
return 1;
}
}