jimu-decompiled/sources/com/google/android/gms/measurement/internal/zzfg.java
2025-05-13 19:24:51 +02:00

26 lines
853 B
Java

package com.google.android.gms.measurement.internal;
/* loaded from: classes.dex */
final class zzfg extends zzy {
private final /* synthetic */ zzfd e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
zzfg(zzfd zzfdVar, zzct zzctVar) {
super(zzctVar);
this.e = zzfdVar;
}
@Override // com.google.android.gms.measurement.internal.zzy
public final void b() {
zzfd zzfdVar = this.e;
zzfdVar.f();
zzfdVar.e().B().a("Current session is expired, remove the session number and Id");
if (zzfdVar.m().o(zzfdVar.q().C())) {
zzfdVar.p().a("auto", "_sid", (Object) null, zzfdVar.d().a());
}
if (zzfdVar.m().p(zzfdVar.q().C())) {
zzfdVar.p().a("auto", "_sno", (Object) null, zzfdVar.d().a());
}
}
}