Files
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

52 lines
1.5 KiB
Java

package com.google.android.gms.internal.ads;
import android.content.Context;
import android.text.TextUtils;
/* loaded from: classes3.dex */
public final class zzbye implements zzayk {
private final Context zza;
private final Object zzb;
private final String zzc;
private boolean zzd;
public zzbye(Context context, String str) {
this.zza = context.getApplicationContext() != null ? context.getApplicationContext() : context;
this.zzc = str;
this.zzd = false;
this.zzb = new Object();
}
public final String zza() {
return this.zzc;
}
public final void zzb(boolean z) {
if (com.google.android.gms.ads.internal.zzv.zzo().zzp(this.zza)) {
synchronized (this.zzb) {
try {
if (this.zzd == z) {
return;
}
this.zzd = z;
if (TextUtils.isEmpty(this.zzc)) {
return;
}
if (this.zzd) {
com.google.android.gms.ads.internal.zzv.zzo().zzf(this.zza, this.zzc);
} else {
com.google.android.gms.ads.internal.zzv.zzo().zzg(this.zza, this.zzc);
}
} catch (Throwable th) {
throw th;
}
}
}
}
@Override // com.google.android.gms.internal.ads.zzayk
public final void zzdn(zzayj zzayjVar) {
zzb(zzayjVar.zzj);
}
}