discord-jadx/app/src/main/java/com/discord/widgets/stage/StageChannelJoinHelper$lurk...

36 lines
1.4 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.stage;
2021-10-15 06:18:26 +00:00
import c0.w.i.a.d;
import c0.w.i.a.e;
2021-09-30 06:24:59 +00:00
import com.google.android.material.snackbar.BaseTransientBottomBar;
2021-08-03 07:33:18 +00:00
import kotlin.coroutines.Continuation;
/* compiled from: StageChannelJoinHelper.kt */
2021-09-30 06:24:59 +00:00
@e(c = "com.discord.widgets.stage.StageChannelJoinHelper", f = "StageChannelJoinHelper.kt", l = {BaseTransientBottomBar.ANIMATION_FADE_DURATION, 159, 166}, m = "lurkAndJoinStageAsync")
2021-08-03 07:33:18 +00:00
public final class StageChannelJoinHelper$lurkAndJoinStageAsync$1 extends d {
public long J$0;
public long J$1;
public Object L$0;
public Object L$1;
public Object L$2;
public Object L$3;
public Object L$4;
public Object L$5;
public boolean Z$0;
public int label;
public /* synthetic */ Object result;
public final /* synthetic */ StageChannelJoinHelper this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StageChannelJoinHelper$lurkAndJoinStageAsync$1(StageChannelJoinHelper stageChannelJoinHelper, Continuation continuation) {
super(continuation);
this.this$0 = stageChannelJoinHelper;
}
2021-10-15 06:18:26 +00:00
@Override // c0.w.i.a.a
2021-08-03 07:33:18 +00:00
public final Object invokeSuspend(Object obj) {
this.result = obj;
this.label |= Integer.MIN_VALUE;
return this.this$0.lurkAndJoinStageAsync(null, null, 0, 0, false, null, null, null, this);
}
}