Skip to content

Intermittent crash when turning off screen #28

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

Open
romainrichard opened this issue Jun 20, 2024 · 1 comment
Open

Intermittent crash when turning off screen #28

romainrichard opened this issue Jun 20, 2024 · 1 comment

Comments

@romainrichard
Copy link

Sometimes when I turn off the screen, the app crashes when I turn it back on:
IMG_20240620_135811

Unfortunately I can't reproduce it reliably. I did trigger it multiple times but it doesn't happen every time I turn off and on the screen. It seems to only happen when I turn off the screen screen 1-2s after launching the app, but since it's inconsistent it's hard to tell.

Looking at the stacktrace it seems to be a problem during the initialization. One reason this could be is if it loads all the solved and deleted puzzles because I've modified the app to remove the limit of 12 solved/deleted puzzles in the library. I wanted to be able to skip (delete) puzzles and come back later to solve them, and I didn't like being limited to skipping only 12 puzzles at a time. Currently I have about 200 solved puzzles and 20 deleted ones.

@SerGreen
Copy link
Owner

Interesting, thanks for reporting. And why did i even limit them to just 12? Idk lol. Should have made them unlimited like favourites.

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

No branches or pull requests

2 participants