-
-
Notifications
You must be signed in to change notification settings - Fork 948
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
App gets closed by a notification #610
Comments
A possible alternative is that when an open app is interrupted (eg. by a notification, or a timer going off) that the currently open app's state is saved and returned to when the interruption is complete/exited. |
LVGL has a feature where another transparent screen is above the normal screen. This could be used for a notification popup while staying in app. |
I've had lots of problems with the stopwatch since it resets when there is a notification. It could continue running in the background. Or I would event be happy to navigate back from the main screen. But losing the state is bad. |
Its annoying that for example I'm playing one of the games and a notification arrives going back home after the timeout.
I think there is a notification icon in the watchfaces, it could be used to show there is a unread notification. Maybe turning off vibration can also make notifications not show.
The text was updated successfully, but these errors were encountered: