You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Android closes the app for power management purposes, there is no snapshot saved. For some reason this also causes the loss of files in the documents folder, aside from the Scratchpad.
The text was updated successfully, but these errors were encountered:
The issue is that Android apps can't perform arbitrary tasks when switching away from the foreground state into the background, so it's not really possible to properly save. This is why only the back button is supported for "save on exit".
IIRC last time I tried that (the Qt equivalent is reacting to state == Qt.ApplicationSuspended), it didn't really work. It might be worth it to try again.
When Android closes the app for power management purposes, there is no snapshot saved. For some reason this also causes the loss of files in the documents folder, aside from the Scratchpad.
The text was updated successfully, but these errors were encountered: