-
Notifications
You must be signed in to change notification settings - Fork 125
Exiting the app #154
Copy link
Copy link
Closed
Labels
difficulty: hardLikely harder than most tasks hereLikely harder than most tasks herepriority: highVital to haveVital to havestatus: needs discussionDirection must be ironed outDirection must be ironed outtype: enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Metadata
Metadata
Assignees
Labels
difficulty: hardLikely harder than most tasks hereLikely harder than most tasks herepriority: highVital to haveVital to havestatus: needs discussionDirection must be ironed outDirection must be ironed outtype: enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
When the function tagged with
#[ndk_glue::main]returns, the app hangs, unlessndk_glue::native_activity().finish()is called just before. Should thendk_glue::mainappendndk_glue::native_activity().finish()at the end of the function?