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

28 lines
1005 B
Java

package com.android.billingclient.api;
import java.util.concurrent.Callable;
/* loaded from: classes.dex */
public final class zzy implements Callable {
public final /* synthetic */ String zza;
public final /* synthetic */ PurchasesResponseListener zzb;
public final /* synthetic */ BillingClientImpl zzc;
public zzy(BillingClientImpl billingClientImpl, String str, PurchasesResponseListener purchasesResponseListener) {
this.zzc = billingClientImpl;
this.zza = str;
this.zzb = purchasesResponseListener;
}
@Override // java.util.concurrent.Callable
public final /* bridge */ /* synthetic */ Object call() {
zzbj zzN = BillingClientImpl.zzN(this.zzc, this.zza, 9);
if (zzN.zzb() != null) {
this.zzb.onQueryPurchasesResponse(zzN.zza(), zzN.zzb());
return null;
}
this.zzb.onQueryPurchasesResponse(zzN.zza(), com.google.android.gms.internal.play_billing.zzu.zzk());
return null;
}
}