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

Fix: One-time alarms remain enabled after ringing #782

Merged
merged 2 commits into from
Mar 24, 2025

Conversation

mahendra-918
Copy link
Contributor

@mahendra-918 mahendra-918 commented Mar 24, 2025

Description

When setting an alarm with repeat = never (one-time alarm), the alarm remains enabled after it rings instead of being automatically disabled. This causes the alarm to potentially ring again on subsequent days, which is not the expected behavior for a one-time alarm.

Proposed Changes

  1. Consolidated the one-time alarm handling logic in alarm_ring_controller.dart:

    • Added proper handling of one-time alarm dismissal in the onClose method
    • Ensures the alarm is disabled and updated in the database when dismissed
  2. Removed duplicate one-time alarm handling from splash_screen_controller.dart:

    • Removed redundant code that was trying to handle one-time alarms during app startup
    • This prevents race conditions and ensures consistent behavior

Fixes #781

Screenshots

WhatsApp.Video.2025-03-24.at.17.45.14.mp4

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

@mahendra-918
Copy link
Contributor Author

Hi @MarkisDev can you please review this PR

@MarkisDev MarkisDev merged commit cb54647 into CCExtractor:main Mar 24, 2025
1 check passed
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: One-time alarms remain enabled after ringing instead of being automatically disabled
2 participants