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

32 lines
1001 B
Java

package c.i.a.f.i.b;
import java.util.concurrent.atomic.AtomicReference;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class r6 implements Runnable {
public final /* synthetic */ AtomicReference i;
public final /* synthetic */ String j;
public final /* synthetic */ String k;
public final /* synthetic */ boolean l;
public final /* synthetic */ c6 m;
public r6(c6 c6Var, AtomicReference atomicReference, String str, String str2, boolean z2) {
this.m = c6Var;
this.i = atomicReference;
this.j = str;
this.k = str2;
this.l = z2;
}
@Override // java.lang.Runnable
public final void run() {
q7 x2 = this.m.a.x();
AtomicReference atomicReference = this.i;
String str = this.j;
String str2 = this.k;
boolean z2 = this.l;
x2.b();
x2.t();
x2.z(new h8(x2, atomicReference, null, str, str2, z2, x2.I(false)));
}
}