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

36 lines
1.1 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 m6 implements Runnable {
public final /* synthetic */ AtomicReference i;
public final /* synthetic */ c6 j;
public m6(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);
j3<String> j3Var = p.L;
atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1139c.i(str, j3Var.b)));
this.i.notify();
} catch (Throwable th) {
this.i.notify();
throw th;
}
}
}
}