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

[BUG] Counting time left should continue even when NeedABreak is suspended #84

Closed
bNobo opened this issue Jan 27, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@bNobo
Copy link
Owner

bNobo commented Jan 27, 2022

Describe the bug
Scenario :

  1. Set auto-suspend ON
  2. Set delay to 90 minutes
  3. Make a visio-conference call or watch a video (the application is suspended during this time)
  4. After some time, let's say one hour stop the video and go back to work

=> Because the timer was suspended during one hour, I still have to wait 90 minutes before the application prompts me to move. The total time before notification will be 150 minutes which is too much. Even if I was inactive I was in front of the screen.

Expected behavior
The notification should not be sent because I don't want to be interrupted when the application is suspended but the timer should continue. For instance if the delay is 90 minutes and I watch a full screen video during one hour, I should be prompted to move 30 minutes after stopping the movie. If the movie last for more than 90 minutes, I should be prompted immediatly after stopping the movie.

@bNobo bNobo added the bug Something isn't working label Jan 27, 2022
@bNobo bNobo changed the title [BUG] Timer should continue even when NeedABreak is suspended [BUG] Counting time left should continue even when NeedABreak is suspended Jan 30, 2022
@bNobo bNobo self-assigned this May 13, 2022
@bNobo
Copy link
Owner Author

bNobo commented Jun 24, 2022

#92 will fix that

@bNobo bNobo added the wontfix This will not be worked on label Jun 24, 2022
@bNobo bNobo closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant