[Bug; Android]: Changes not saved #12
Labels
No labels
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Subject
Content
Subject
Processing
Subject
UI
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
PhoenixPhantom/Spellbook#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Due to how android works, it is currently possible for the user to race the saving process when the app is exited. Closing the app before the save's completion results in the changes being dropped as the app is then force-closed.
Waiting 1-5 seconds before closing the app from the recent apps screen ensures data is saved. (this should obviously not be neccessary)
This problem does not exist for jvm desktop (Windows, Linux, MacOS) targets since these platforms allow processes to complete arbitrary amounts of work when they are closed by the user.