Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzgbs.java
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

33 lines
939 B
Java

package com.google.android.gms.internal.ads;
import java.util.concurrent.Callable;
import java.util.concurrent.Executor;
/* loaded from: classes3.dex */
final class zzgbs extends zzgbt {
final /* synthetic */ zzgbu zza;
private final Callable zzc;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzgbs(zzgbu zzgbuVar, Callable callable, Executor executor) {
super(zzgbuVar, executor);
this.zza = zzgbuVar;
this.zzc = callable;
}
@Override // com.google.android.gms.internal.ads.zzgcp
public final Object zza() throws Exception {
return this.zzc.call();
}
@Override // com.google.android.gms.internal.ads.zzgcp
public final String zzb() {
return this.zzc.toString();
}
@Override // com.google.android.gms.internal.ads.zzgbt
public final void zzc(Object obj) {
this.zza.zzc(obj);
}
}