- 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
37 lines
1.1 KiB
Java
37 lines
1.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.NonNull;
|
|
import com.google.android.gms.common.ConnectionResult;
|
|
import com.google.android.gms.common.internal.BaseGmsClient;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzbaq implements BaseGmsClient.BaseOnConnectionFailedListener {
|
|
final /* synthetic */ zzbar zza;
|
|
|
|
public zzbaq(zzbar zzbarVar) {
|
|
this.zza = zzbarVar;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.BaseGmsClient.BaseOnConnectionFailedListener
|
|
public final void onConnectionFailed(@NonNull ConnectionResult connectionResult) {
|
|
Object obj;
|
|
zzbau zzbauVar;
|
|
Object obj2;
|
|
obj = this.zza.zzc;
|
|
synchronized (obj) {
|
|
try {
|
|
this.zza.zzf = null;
|
|
zzbar zzbarVar = this.zza;
|
|
zzbauVar = zzbarVar.zzd;
|
|
if (zzbauVar != null) {
|
|
zzbarVar.zzd = null;
|
|
}
|
|
obj2 = this.zza.zzc;
|
|
obj2.notifyAll();
|
|
} catch (Throwable th) {
|
|
throw th;
|
|
}
|
|
}
|
|
}
|
|
}
|