Open NeonDaniel opened 1 year ago
When there is an active timer, any "cancel" or "dismiss" will always handle the active timer, rather than the user's request (i.e. "next alarm alarm", "reminders", "all timers")
https://github.com/NeonGeckoCom/skill-alerts/blob/dev/__init__.py#L684
relted to: https://github.com/NeonGeckoCom/skill-alerts/pull/103
Description
When there is an active timer, any "cancel" or "dismiss" will always handle the active timer, rather than the user's request (i.e. "next alarm alarm", "reminders", "all timers")
Steps to Reproduce
Relevant Code
https://github.com/NeonGeckoCom/skill-alerts/blob/dev/__init__.py#L684
Other Notes
relted to: https://github.com/NeonGeckoCom/skill-alerts/pull/103