Fixes AM/PM indicator.

master
Tomek Wójcik 2015-08-27 22:16:48 +01:00
父节点 cd213650e1
当前提交 4f3362d765
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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) {