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

23 lines
656 B
Java
Raw Normal View History

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