You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when I turn off the screen, the app crashes when I turn it back on:
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.
The text was updated successfully, but these errors were encountered:
Sometimes when I turn off the screen, the app crashes when I turn it back on:

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.
The text was updated successfully, but these errors were encountered: