summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/complications/countdown_face.c
diff options
context:
space:
mode:
Diffstat (limited to 'movement/watch_faces/complications/countdown_face.c')
-rw-r--r--movement/watch_faces/complications/countdown_face.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/complications/countdown_face.c b/movement/watch_faces/complications/countdown_face.c
index c122c502..99eb1243 100644
--- a/movement/watch_faces/complications/countdown_face.c
+++ b/movement/watch_faces/complications/countdown_face.c
@@ -199,7 +199,7 @@ bool countdown_face_loop(movement_event_t event, movement_settings_t *settings,
ring(state);
break;
case EVENT_ALARM_LONG_PRESS:
- if (state->mode == cd_waiting) {
+ if (state->mode == cd_setting) {
state->minutes = DEFAULT_MINUTES;
state->seconds = 0;
draw(state, event.subsecond);