summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/clock/mars_time_face.c
diff options
context:
space:
mode:
Diffstat (limited to 'movement/watch_faces/clock/mars_time_face.c')
-rw-r--r--movement/watch_faces/clock/mars_time_face.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/movement/watch_faces/clock/mars_time_face.c b/movement/watch_faces/clock/mars_time_face.c
index 7753ae72..ae39e696 100644
--- a/movement/watch_faces/clock/mars_time_face.c
+++ b/movement/watch_faces/clock/mars_time_face.c
@@ -129,9 +129,6 @@ bool mars_time_face_loop(movement_event_t event, movement_settings_t *settings,
case EVENT_TICK:
_update(settings, state);
break;
- case EVENT_MODE_BUTTON_UP:
- movement_move_to_next_face();
- break;
case EVENT_LIGHT_BUTTON_UP:
state->displaying_sol = !state->displaying_sol;
_update(settings, state);
@@ -152,6 +149,7 @@ bool mars_time_face_loop(movement_event_t event, movement_settings_t *settings,
// watch_start_tick_animation(500);
break;
default:
+ movement_default_loop_handler(event, settings);
break;
}