Skip to content
  • louib's avatar
    Fix alarm muted after first snooze. · e8f220f8
    louib authored and Zander Brown's avatar Zander Brown committed
    This fixes a bug where the alarm gets muted after the first snooze.
    This is happening because the same cancellable object is re-used
    after calling `stop()`, even though it was cancelled by the first
    snooze.
    e8f220f8