Skip to content

Instantly share code, notes, and snippets.

@af2905
Created November 19, 2023 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save af2905/62a084eb1c916a36f84b13ab4cf89852 to your computer and use it in GitHub Desktop.
Save af2905/62a084eb1c916a36f84b13ab4cf89852 to your computer and use it in GitHub Desktop.
invoke_suspend_final_code
int label;
@Nullable
public final Object invokeSuspend(@NotNull Object $result) {
Object var3 = IntrinsicsKt.getCOROUTINE_SUSPENDED();
Object var10000;
switch (this.label) {
// here were completed case 0 and case 1
}
String data = (String)var10000;
FunctionsKt.showToast((Context)MainActivity.this, data);
return Unit.INSTANCE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment