summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces
diff options
context:
space:
mode:
Diffstat (limited to 'movement/watch_faces')
-rw-r--r--movement/watch_faces/complications/sunrise_sunset_face.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/complications/sunrise_sunset_face.c b/movement/watch_faces/complications/sunrise_sunset_face.c
index 035fd2cf..bb7323ec 100644
--- a/movement/watch_faces/complications/sunrise_sunset_face.c
+++ b/movement/watch_faces/complications/sunrise_sunset_face.c
@@ -114,10 +114,10 @@ bool sunrise_sunset_face_loop(movement_event_t event, movement_settings_t *setti
switch (event.event_type) {
case EVENT_ACTIVATE:
+ _sunrise_sunset_face_update();
break;
case EVENT_LOW_ENERGY_UPDATE:
case EVENT_TICK:
- _sunrise_sunset_face_update();
break;
case EVENT_MODE_BUTTON_UP:
movement_move_to_next_face();