move to deadline face on alarm

This commit is contained in:
Konrad Rieck 2024-03-09 23:50:47 +01:00 committed by Matheus Afonso Martins Moreira
parent e2ec468754
commit 50cff54833

View File

@ -226,9 +226,11 @@ static void _background_alarm_play(movement_settings_t *settings, deadline_state
{ {
(void) settings; (void) settings;
/* Use the default alarm from movement */ /* Use the default alarm from movement and move to foreground */
if (state->alarm_enabled) if (state->alarm_enabled) {
movement_play_alarm(); movement_play_alarm();
movement_move_to_face(state->face_idx);
}
} }
/* Schedule background alarm */ /* Schedule background alarm */