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

33 lines
647 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package s.a;
2021-08-03 07:33:18 +00:00
2021-12-17 21:59:34 +00:00
import b.d.b.a.a;
2021-08-03 07:33:18 +00:00
import kotlin.Unit;
2021-12-02 18:53:44 +00:00
import s.a.a.k;
/* compiled from: CancellableContinuation.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes3.dex */
2021-12-02 18:53:44 +00:00
public final class q1 extends e {
public final k j;
public q1(k kVar) {
this.j = kVar;
}
@Override // s.a.k
public void a(Throwable th) {
this.j.n();
}
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Throwable th) {
this.j.n();
return Unit.a;
2021-08-03 07:33:18 +00:00
}
2021-12-02 18:53:44 +00:00
public String toString() {
2022-03-21 18:52:30 +00:00
StringBuilder R = a.R("RemoveOnCancel[");
R.append(this.j);
R.append(']');
return R.toString();
2021-08-03 07:33:18 +00:00
}
}