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 Notifications Overlap Behavior #295

Open
khaledmurtaja opened this issue Nov 25, 2024 · 1 comment
Open

Alarm Notifications Overlap Behavior #295

khaledmurtaja opened this issue Nov 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@khaledmurtaja
Copy link

Alarm plugin version
4.0.12

Describe the bug
When setting multiple alarms in close intervals (e.g., one at 9:05 PM and another at 9:06 PM), the following issue occurs:

The first alarm rings as expected.
If the first alarm is not dismissed and the second alarm's time arrives, the notification for the second alarm does not appear in the notification center& also notification for the first alarm is no long appearing.
This results in no visible notifications for any of the alarms unless the user opens the app manually.

To Reproduce
Steps to reproduce the behavior:
1-Set an alarm for a specific time, e.g., 9:05 PM.
2-Set another alarm for a minute later, e.g., 9:06 PM.
3-Let the first alarm ring without dismissing it.
4-Observe that the second alarm's notification does not appear in the notification center.

Expected behavior
1-If the first alarm is still active (ringing or snoozed) when the second alarm is triggered, the second alarm should replace the first alarm’s notification in the notification center.

2-The user should see a notification for the second alarm, clearly indicating it is the most recent and active alarm.

3-The app should ensure the user can manage (dismiss or snooze) the second alarm directly from the notification without needing to open the app.

4-This behavior ensures that the user remains aware of all alarms in sequence and provides a seamless experience without confusion or missed notifications.

Device info
Samsung A52 , android 13

Additional context

I think this issue is related to the package itself and how it handling overlapping alarms, I do not know if we can do something in the application side

@khaledmurtaja khaledmurtaja added the bug Something isn't working label Nov 25, 2024
@gdelataillade
Copy link
Owner

Hi @khaledmurtaja,

You’re absolutely right; this fix needs to be addressed within the package itself. I’ve added it to my to-do list and will keep you updated here with any progress.

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

No branches or pull requests

2 participants