time set: disable quick ticks when resetting seconds
This commit is contained in:
parent
da52113038
commit
9fd174e453
@ -98,7 +98,7 @@ bool set_time_face_loop(movement_event_t event, void *context) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case EVENT_ALARM_LONG_PRESS:
|
case EVENT_ALARM_LONG_PRESS:
|
||||||
if (current_page != 2) {
|
if (current_page != 6) {
|
||||||
_quick_ticks_running = true;
|
_quick_ticks_running = true;
|
||||||
movement_request_tick_frequency(8);
|
movement_request_tick_frequency(8);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user