-
Notifications
You must be signed in to change notification settings - Fork 412
App Auto-Closing when device is locked. #4
Comments
I am not sure I understood. What do you mean by "app stops and closes" - Is the app crashing? If yes, can you provide the stacktrace. |
Exactly, it crashes.
|
In fact I never experienced this with this app, but looks like a valid exception. It happens because of static fields in So, in general:
In this case I would remove fragments at all and use only views. Each screen would be a View. Also, I would create some recycler bin for controlling the memory allocation and views for reusage. |
Hello, don't know if this project is still being maintained, however I noticed an issue in my own fork of the project, but when I tested it on the app which is available in Google Play it still appeared.
After you've selected the "Play" button in the first activity, and chosen a theme, whenever you lock your device manually, the app stops and closes, and when you unlock the device again, you have to restart the app. Should this be happening?
I am also interested in trying to fixing this myself, if one of the creators points me to the right direction.
Thank you.
The text was updated successfully, but these errors were encountered: