Alarm Notifications Overlap Behavior
Opened this issue · 1 comments
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
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.