discord-jadx/app/src/main/java/i0/n.java

23 lines
656 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package i0;
2021-06-27 20:44:35 +00:00
2021-11-08 18:25:28 +00:00
import d0.z.d.o;
2021-06-27 20:44:35 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: KotlinExtensions.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes3.dex */
2021-06-27 20:44:35 +00:00
public final class n extends o implements Function1<Throwable, Unit> {
public final /* synthetic */ d $this_awaitResponse$inlined;
2022-03-02 20:59:20 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-06-27 20:44:35 +00:00
public n(d dVar) {
super(1);
this.$this_awaitResponse$inlined = dVar;
}
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Throwable th) {
this.$this_awaitResponse$inlined.cancel();
return Unit.a;
}
}