Skip to content

Bugfix/snoozed alarm no sound#11

Open
Apprentice2907 wants to merge 2 commits into
CCExtractor:mainfrom
Apprentice2907:bugfix/snoozed-alarm-no-sound
Open

Bugfix/snoozed alarm no sound#11
Apprentice2907 wants to merge 2 commits into
CCExtractor:mainfrom
Apprentice2907:bugfix/snoozed-alarm-no-sound

Conversation

@Apprentice2907
Copy link
Copy Markdown

Description

This pull request fixes an issue where snoozed alarms triggered notifications but failed to play alarm sound.
The snoozed alarm flow has been aligned with the normal alarm behavior to ensure the alarm sound plays correctly when an alarm is snoozed.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (code improvement/cleanup without logical changes)
  • UI/Design change

Proposed Changes

  • Ensured snoozed alarms retain proper sound configuration
  • Reused the same alarm sound behavior for both normal and snoozed alarms
  • Fixed the issue causing ringtone playback to fail for snoozed alarms

Fixes #4

Screenshots

N/A (Behavioral fix related to alarm sound playback)

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

@Apprentice2907
Copy link
Copy Markdown
Author

Hello 👋
I’ve opened a pull request that fixes this issue by ensuring snoozed alarms reuse the same sound configuration as normal alarms.

PR: #11

Please let me know if any changes or improvements are needed. Thanks!

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

Successfully merging this pull request may close these issues.

Bug: Snoozed alarm triggers notification but fails to play sound

1 participant