discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetOauth2AuthorizeSamsun...

54 lines
2.3 KiB
Java

package com.discord.widgets.auth;
import c.a.d.o;
import com.discord.app.AppActivity;
import d0.l;
import d0.w.g.c;
import d0.w.h.a.e;
import d0.w.h.a.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.jvm.functions.Function2;
import kotlinx.coroutines.CoroutineScope;
/* compiled from: WidgetOauth2AuthorizeSamsung.kt */
@e(c = "com.discord.widgets.auth.WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2", f = "WidgetOauth2AuthorizeSamsung.kt", l = {}, m = "invokeSuspend")
public final class WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2 extends k implements Function2<CoroutineScope, Continuation<? super Unit>, Object> {
public int label;
public final /* synthetic */ WidgetOauth2AuthorizeSamsung this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2(WidgetOauth2AuthorizeSamsung widgetOauth2AuthorizeSamsung, Continuation continuation) {
super(2, continuation);
this.this$0 = widgetOauth2AuthorizeSamsung;
}
@Override // d0.w.h.a.a
public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
m.checkNotNullParameter(continuation, "completion");
return new WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2(this.this$0, continuation);
}
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public final Object invoke(CoroutineScope coroutineScope, Continuation<? super Unit> continuation) {
return ((WidgetOauth2AuthorizeSamsung$samsungCallbackHandshake$2) create(coroutineScope, continuation)).invokeSuspend(Unit.a);
}
@Override // d0.w.h.a.a
public final Object invokeSuspend(Object obj) {
c.getCOROUTINE_SUSPENDED();
if (this.label == 0) {
l.throwOnFailure(obj);
o.i(this.this$0, 2131886775, 0, 4);
AppActivity appActivity = this.this$0.getAppActivity();
if (appActivity == null) {
return null;
}
appActivity.finish();
return Unit.a;
}
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
}
}