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

35 lines
1.0 KiB
Java

package c.i.a.f.i.b;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicReference;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class d6 implements Runnable {
public final /* synthetic */ AtomicReference i;
public final /* synthetic */ c6 j;
public d6(c6 c6Var, AtomicReference atomicReference) {
this.j = c6Var;
this.i = atomicReference;
}
@Override // java.lang.Runnable
public final void run() {
synchronized (this.i) {
try {
AtomicReference atomicReference = this.i;
c6 c6Var = this.j;
c cVar = c6Var.a.h;
n3 o = c6Var.o();
o.t();
String str = o.f1172c;
Objects.requireNonNull(cVar);
atomicReference.set(Boolean.valueOf(cVar.u(str, p.K)));
this.i.notify();
} catch (Throwable th) {
this.i.notify();
throw th;
}
}
}
}