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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes3.dex */
final class zzboj implements zzbke {
final /* synthetic */ zzbok zza;
private final zzbnm zzb;
private final zzcab zzc;
public zzboj(zzbok zzbokVar, zzbnm zzbnmVar, zzcab zzcabVar) {
this.zza = zzbokVar;
this.zzb = zzbnmVar;
this.zzc = zzcabVar;
}
@Override // com.google.android.gms.internal.ads.zzbke
public final void zza(@Nullable String str) {
try {
if (str == null) {
this.zzc.zzd(new zzbnv());
} else {
this.zzc.zzd(new zzbnv(str));
}
} catch (IllegalStateException unused) {
} catch (Throwable th) {
this.zzb.zzb();
throw th;
}
this.zzb.zzb();
}
@Override // com.google.android.gms.internal.ads.zzbke
public final void zzb(JSONObject jSONObject) {
zzbny zzbnyVar;
try {
try {
zzcab zzcabVar = this.zzc;
zzbnyVar = this.zza.zza;
zzcabVar.zzc(zzbnyVar.zza(jSONObject));
} catch (IllegalStateException unused) {
} catch (JSONException e) {
this.zzc.zzd(e);
}
} finally {
this.zzb.zzb();
}
}
}