- 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
39 lines
1.0 KiB
Java
39 lines
1.0 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzfhe implements zzgcd {
|
|
final /* synthetic */ zzfhh zza;
|
|
final /* synthetic */ zzfgw zzb;
|
|
final /* synthetic */ boolean zzc;
|
|
|
|
public zzfhe(zzfhh zzfhhVar, zzfgw zzfgwVar, boolean z) {
|
|
this.zza = zzfhhVar;
|
|
this.zzb = zzfgwVar;
|
|
this.zzc = z;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgcd
|
|
public final void zza(Throwable th) {
|
|
zzfgw zzfgwVar = this.zzb;
|
|
if (zzfgwVar.zzk()) {
|
|
zzfhh zzfhhVar = this.zza;
|
|
zzfgwVar.zzh(th);
|
|
zzfgwVar.zzg(false);
|
|
zzfhhVar.zza(zzfgwVar);
|
|
if (this.zzc) {
|
|
this.zza.zzh();
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzgcd
|
|
public final void zzb(Object obj) {
|
|
zzfgw zzfgwVar = this.zzb;
|
|
zzfgwVar.zzg(true);
|
|
this.zza.zza(zzfgwVar);
|
|
if (this.zzc) {
|
|
this.zza.zzh();
|
|
}
|
|
}
|
|
}
|