Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currently written toot can get lost when minimized #4787

Closed
hasselmm opened this issue Dec 4, 2024 · 1 comment
Closed

Currently written toot can get lost when minimized #4787

hasselmm opened this issue Dec 4, 2024 · 1 comment
Labels

Comments

@hasselmm
Copy link

hasselmm commented Dec 4, 2024

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

  1. Start a memory intense app, like your browser with dozen of open tabs
  2. Switch to Tusky and start writing a toot
  3. Switch to the memory hog
  4. 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.

@hasselmm hasselmm added the bug label Dec 4, 2024
@hasselmm hasselmm changed the title Currently written toot can get lost when minized Currently written toot can get lost when minimized Dec 4, 2024
@connyduck
Copy link
Collaborator

Sorry for that, we will release the fix soon
#4685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants