mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-04 23:05:35 +00:00
time set: disable quick ticks when resetting seconds
This commit is contained in:
@ -98,7 +98,7 @@ bool set_time_face_loop(movement_event_t event, void *context) {
|
||||
}
|
||||
break;
|
||||
case EVENT_ALARM_LONG_PRESS:
|
||||
if (current_page != 2) {
|
||||
if (current_page != 6) {
|
||||
_quick_ticks_running = true;
|
||||
movement_request_tick_frequency(8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user