discord-jadx/app/src/main/java/s/a/e1.java

49 lines
1.3 KiB
Java

package s.a;
import kotlinx.coroutines.Job;
/* compiled from: JobSupport.kt */
public class e1 extends g1 implements t {
public final boolean j;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public e1(Job job) {
super(true);
g1 g1Var;
boolean z2 = true;
J(job);
o oVar = (o) this._parentHandle;
p pVar = (p) (!(oVar instanceof p) ? null : oVar);
if (pVar != null && (g1Var = (g1) pVar.l) != null) {
while (true) {
if (!g1Var.A()) {
o oVar2 = (o) g1Var._parentHandle;
p pVar2 = (p) (!(oVar2 instanceof p) ? null : oVar2);
if (pVar2 != null) {
g1Var = (g1) pVar2.l;
if (g1Var == null) {
break;
}
} else {
break;
}
} else {
break;
}
}
this.j = z2;
}
z2 = false;
this.j = z2;
}
@Override // s.a.g1
public boolean A() {
return this.j;
}
@Override // s.a.g1
public boolean D() {
return true;
}
}