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

App does not save state between process kills #215

Open
OHermesJunior opened this issue May 12, 2024 · 0 comments
Open

App does not save state between process kills #215

OHermesJunior opened this issue May 12, 2024 · 0 comments

Comments

@OHermesJunior
Copy link

Problem: (Tested on 2.8.0) When leaving the app opened in the background for a while, the memory manager might kill it, and after returning to it all state is lost, you go back to the home page, and loses whatever thread you had open.

Background: After some getting used to the new design, which I've grown to enjoy, I noticed I am constantly losing my threads. It's very common for me to leave a thread open to read later, when I have to do something else for a while.
I was used to leaving it open for hours, coming back to it from time to time. But now this is not possible.
I am not sure if this is because the new design consumes more memory, or the old one saved state when getting killed.
Regardless, I think this is a good practice to any app, and it would benefit a lot from doing.
A few years ago I was an Android dev, so I wish I could contribute this myself. But I have no Flutter tools nor knowledge to figure it out now.

Anyways, great app! Thanks for it.

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

No branches or pull requests

1 participant