28 lines
942 B
Java
28 lines
942 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import android.app.Activity;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
import com.google.android.gms.dynamic.ObjectWrapper;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zzec extends zzdt {
|
|
final Activity zza;
|
|
final zzed zzb;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public zzec(zzed zzedVar, Activity activity) {
|
|
super(zzedVar.zza, true);
|
|
this.zzb = zzedVar;
|
|
this.zza = activity;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.measurement.zzdt
|
|
final void zza() throws RemoteException {
|
|
zzcc zzccVar;
|
|
zzccVar = this.zzb.zza.zzj;
|
|
((zzcc) Preconditions.checkNotNull(zzccVar)).onActivityDestroyed(ObjectWrapper.wrap(this.zza), this.zzi);
|
|
}
|
|
}
|