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

Alarm titles show next alarm time from the all days instead of next day alarm time #302

Closed
3 tasks done
czarnyckm opened this issue Feb 26, 2024 · 1 comment · Fixed by #324
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@czarnyckm
Copy link

Steps to reproduce

  1. Set 7:30AM alarm for the next day.
  2. Set 6:30AM alarm for the day after next day.
  3. The alarm tiles show 6:30AM instead of 7:30AM

Expected behavior

The alarm tiles should show 7:30AM

Actual behavior

The alarm tiles show 6:30AM instead of 7:30AM

Clock You version

7.1

Android version

Android 14

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@czarnyckm czarnyckm added the bug Something isn't working label Feb 26, 2024
@SuhasDissa
Copy link
Member

This is the normal behaviour.
We schedule all the alarms to trigger at the given time every day of the week. But we only ring and display the alert only if the alarm is enabled for that specific day. Otherwise, we just skip ringing the alarm.

So, in this case the system thinks you have an alarm scheduled at 6.30 which is technically correct.

Nevertheless, we will try our best to get this issue fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants