]> git.earman.xyz Git - sensor-watch.git/commitdiff
show colon after hours in countdown face
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 10 Jan 2023 21:12:15 +0000 (16:12 -0500)
committerjoeycastillo <joeycastillo@utexas.edu>
Tue, 10 Jan 2023 21:12:15 +0000 (16:12 -0500)
movement/watch_faces/complication/countdown_face.c

index 6969a55f25421d6be46918afbdc73b8bb5c4f8a9..b0decb01ff3b3420019d42ec301396479d1bb611 100644 (file)
@@ -141,6 +141,7 @@ void countdown_face_activate(movement_settings_t *settings, void *context) {
         watch_date_time now = watch_rtc_get_date_time();
         state->now_ts = watch_utility_date_time_to_unix_time(now, get_tz_offset(settings));
     }
+    watch_set_colon();
 }