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

calculation lost when app goes background/killed #16

Open
tleydxdy opened this issue Mar 21, 2023 · 1 comment
Open

calculation lost when app goes background/killed #16

tleydxdy opened this issue Mar 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tleydxdy
Copy link

my phone don't have a lot of memory so background apps constantly gets killed. this causes issue with the calculator since when I switch back all the numbers entered are lost

@apesic apesic added the enhancement New feature or request label May 23, 2023
@apesic apesic self-assigned this May 23, 2023
@apesic apesic added this to the v2.0 milestone May 23, 2023
@apesic
Copy link
Owner

apesic commented May 23, 2023

Thanks for the report--I was worried about this possibility when I first wrote the app so it's useful to know that it is indeed a problem in the wild (I think my phone keeps it alive long enough I don't notice this shortcoming too often).

I think some sort of simple persistence should be easy enough to implement, I'll plan on including that in the next version.

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

No branches or pull requests

2 participants