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 writing a toot it is risky to switch to another app to copy for instance a link: If Android decides to suspend Tusky while in background your currently written toot gets lost. Tusky should persist the currently written toot from within Activity.onStop() to prevent this issue from happening.
Steps to reproduce the problem
Start a memory intense app, like your browser with dozen of open tabs
Switch to Tusky and start writing a toot
Switch to the memory hog
Return to Tusky
With some chance Tusky got killed and restarted to allow the memory intense app working.
Debug information
It's a general issue present on any device.
The text was updated successfully, but these errors were encountered:
Detailed description
When writing a toot it is risky to switch to another app to copy for instance a link: If Android decides to suspend Tusky while in background your currently written toot gets lost. Tusky should persist the currently written toot from within
Activity.onStop()
to prevent this issue from happening.Steps to reproduce the problem
With some chance Tusky got killed and restarted to allow the memory intense app working.
Debug information
It's a general issue present on any device.
The text was updated successfully, but these errors were encountered: