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

Fix Stopwatch Side Button Behavior #2081

Open
1 task done
RageGamerBoi opened this issue Jun 17, 2024 · 1 comment
Open
1 task done

Fix Stopwatch Side Button Behavior #2081

RageGamerBoi opened this issue Jun 17, 2024 · 1 comment

Comments

@RageGamerBoi
Copy link

RageGamerBoi commented Jun 17, 2024

Verification

  • I searched for similar issues (including closed issues) and found none was relevant.

Introduce the issue

This issue relates to two problems related to side button behavior that can and should all be fixed together:

  1. The stopwatch is stopped by the side button but cannot be restarted with the side button.
  2. There is no way to exit the stopwatch and let it run in the background, as the back button stops the stopwatch no matter what.

Preferred solution

  1. Allow the stopwatch to be started by the side button. It might be better to use a double click gesture, which can also be used for the lap function once the stopwatch is started.
  2. Allow the ‘press and hold’ side button gesture to exit the stopwatch without stopping it, so you can check the time, etc.

Version

v1.14.0

@mark9064
Copy link
Contributor

Another issue that the stopwatch stops when you release the button rather than press it. But this would require input events to be refactored to allow apps to process button up/down themselves

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

2 participants