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

65 lines
1.8 KiB
Java

package com.google.android.gms.ads.internal;
import android.content.Context;
import android.net.Uri;
import android.text.TextUtils;
import androidx.annotation.Nullable;
import com.google.android.gms.internal.ads.zzbus;
import com.google.android.gms.internal.ads.zzbxu;
import java.util.Collections;
import java.util.List;
/* loaded from: classes2.dex */
public final class zzb {
private final Context zza;
private boolean zzb;
@Nullable
private final zzbxu zzc;
private final zzbus zzd = new zzbus(false, Collections.emptyList());
public zzb(Context context, @Nullable zzbxu zzbxuVar, @Nullable zzbus zzbusVar) {
this.zza = context;
this.zzc = zzbxuVar;
}
private final boolean zzd() {
zzbxu zzbxuVar = this.zzc;
return (zzbxuVar != null && zzbxuVar.zza().zzf) || this.zzd.zza;
}
public final void zza() {
this.zzb = true;
}
public final void zzb(@Nullable String str) {
List<String> list;
if (zzd()) {
if (str == null) {
str = "";
}
zzbxu zzbxuVar = this.zzc;
if (zzbxuVar != null) {
zzbxuVar.zzd(str, null, 3);
return;
}
zzbus zzbusVar = this.zzd;
if (!zzbusVar.zza || (list = zzbusVar.zzb) == null) {
return;
}
for (String str2 : list) {
if (!TextUtils.isEmpty(str2)) {
String replace = str2.replace("{NAVIGATION_URL}", Uri.encode(str));
Context context = this.zza;
zzv.zzq();
com.google.android.gms.ads.internal.util.zzs.zzM(context, "", replace);
}
}
}
}
public final boolean zzc() {
return !zzd() || this.zzb;
}
}