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

43 lines
1.6 KiB
Java

package com.google.android.gms.internal.measurement;
import android.app.Activity;
import android.os.Bundle;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
import com.google.android.gms.dynamic.ObjectWrapper;
import com.google.android.gms.internal.measurement.zzdn;
/* loaded from: classes3.dex */
final class zzey extends zzdn.zzb {
private final /* synthetic */ Bundle zzc;
private final /* synthetic */ Activity zzd;
private final /* synthetic */ zzdn.zzc zze;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzey(zzdn.zzc zzcVar, Bundle bundle, Activity activity) {
super(zzdn.this);
this.zzc = bundle;
this.zzd = activity;
this.zze = zzcVar;
}
@Override // com.google.android.gms.internal.measurement.zzdn.zzb
public final void zza() throws RemoteException {
Bundle bundle;
zzdc zzdcVar;
if (this.zzc != null) {
bundle = new Bundle();
if (this.zzc.containsKey("com.google.app_measurement.screen_service")) {
Object obj = this.zzc.get("com.google.app_measurement.screen_service");
if (obj instanceof Bundle) {
bundle.putBundle("com.google.app_measurement.screen_service", (Bundle) obj);
}
}
} else {
bundle = null;
}
zzdcVar = zzdn.this.zzj;
((zzdc) Preconditions.checkNotNull(zzdcVar)).onActivityCreated(ObjectWrapper.wrap(this.zzd), bundle, this.zzb);
}
}