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); } }