1
0
Fork 0

Fixes AM/PM indicator.

2_xen_style
Tomek Wójcik 2015-08-27 22:16:48 +01:00
parent 1c94b05e9a
commit 4008a5df28
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ static void update_ampm_text_layer() {
}
}
text_layer_set_text(s_ampm_layer, "AM");
text_layer_set_text(s_ampm_layer, ampm_text);
}
static void tick_handler(struct tm *tick_time, TimeUnits changed_units) {