move to deadline face on alarm
This commit is contained in:
parent
e2ec468754
commit
50cff54833
@ -226,9 +226,11 @@ static void _background_alarm_play(movement_settings_t *settings, deadline_state
|
||||
{
|
||||
(void) settings;
|
||||
|
||||
/* Use the default alarm from movement */
|
||||
if (state->alarm_enabled)
|
||||
/* Use the default alarm from movement and move to foreground */
|
||||
if (state->alarm_enabled) {
|
||||
movement_play_alarm();
|
||||
movement_move_to_face(state->face_idx);
|
||||
}
|
||||
}
|
||||
|
||||
/* Schedule background alarm */
|
||||
|
Loading…
x
Reference in New Issue
Block a user