Skip to content

Commit

Permalink
This commit fixes the issue, where holding the light mode to leave se…
Browse files Browse the repository at this point in the history
…ttings at the 'Clear' or 'Loop' dialog doesn't re-enable the colon until the face is loaded again.
  • Loading branch information
chris-v8 committed Nov 7, 2024
1 parent e8f31be commit 013e345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions movement/watch_faces/complication/timer_face.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static void _draw(timer_state_t *state, uint8_t subsecond) {
sprintf(buf, " %02u%02u%02u", state->timers[state->current_timer].unit.hours,
state->timers[state->current_timer].unit.minutes,
state->timers[state->current_timer].unit.seconds);
watch_set_colon();
break;
}
buf[0] = 49 + state->current_timer;
Expand Down

0 comments on commit 013e345

Please sign in to comment.