-
-
Notifications
You must be signed in to change notification settings - Fork 153
Avoid dispose singleton #34
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
Comments
I guess you talk about sending the app in to the background by using the backbutton on Android? |
No, I'm talking about sending app in the background with home button in android not back button. |
hmm, I test again |
just tried it with the sample app of GetIt and it does not get disposed, but I know that Android can kill theactivity there too if memory gets low |
Try it yourself, I just pushed the latest version to github. In general you app has to expect that it get's killed by Android |
Hi, I need help with an issue.
I observed that when the app go to background the Singleton are disposed.
It is possibile to avoid dispose singleton on app background?
Thanks in advance
The text was updated successfully, but these errors were encountered: