discord-jadx/app/src/main/java/c/i/a/f/i/b/k7.java

36 lines
1.0 KiB
Java

package c.i.a.f.i.b;
import android.os.Bundle;
import java.util.Objects;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class k7 implements Runnable {
public final /* synthetic */ Bundle i;
public final /* synthetic */ i7 j;
public final /* synthetic */ i7 k;
public final /* synthetic */ long l;
public final /* synthetic */ h7 m;
public k7(h7 h7Var, Bundle bundle, i7 i7Var, i7 i7Var2, long j) {
this.m = h7Var;
this.i = bundle;
this.j = i7Var;
this.k = i7Var2;
this.l = j;
}
@Override // java.lang.Runnable
public final void run() {
h7 h7Var = this.m;
Bundle bundle = this.i;
i7 i7Var = this.j;
i7 i7Var2 = this.k;
long j = this.l;
Objects.requireNonNull(h7Var);
if (bundle != null) {
bundle.remove("screen_name");
bundle.remove("screen_class");
}
h7Var.B(i7Var, i7Var2, j, true, h7Var.e().z(null, "screen_view", bundle, null, true));
}
}