summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/complications/totp_face.c
diff options
context:
space:
mode:
Diffstat (limited to 'movement/watch_faces/complications/totp_face.c')
-rw-r--r--movement/watch_faces/complications/totp_face.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/watch_faces/complications/totp_face.c b/movement/watch_faces/complications/totp_face.c
index 017a774b..e58fb47d 100644
--- a/movement/watch_faces/complications/totp_face.c
+++ b/movement/watch_faces/complications/totp_face.c
@@ -63,7 +63,7 @@ bool totp_face_loop(movement_event_t event, movement_settings_t *settings, void
movement_illuminate_led();
break;
case EVENT_TIMEOUT:
- // go home
+ movement_move_to_face(0);
break;
case EVENT_ALARM_BUTTON_DOWN:
case EVENT_ALARM_BUTTON_UP: