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

[KeyTimer] Time for countdown is retained after countdown has finished #3512

Open
msteinhoefel opened this issue Jul 15, 2024 · 0 comments
Open

Comments

@msteinhoefel
Copy link

Affected hardware version

Bangle 2

Your firmware version

2v23

The bug

After setting a countdown with the KeyTimer app and waiting for it to finish, when I open the app the next time, it still has the time I had set last. I consider that a bug - or at least potentially intended, but unwanted behavior - because the point of a timer app like this is to be able to quickly and easy set a countdown - which is noticably delayed by always having to clear out the old one that is almost always not the one you want to set in that moment. Also, since the buttons are quite small and fingers sometimes aren't, every button press that can be avoided should be avoided. So:

Proposed change:
Make it so that when launching the app, the timer is reset to 0 so you can set it from scratch. Failing that, make it so that the timer variable is reset when the countdown ends or is aborted - this way, the typed value is retained when merely closing and re-opening the app, but in any scenario where you'd want to set a new countdown, it's already reset.

Installed apps

No response

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

No branches or pull requests

1 participant