refactor(ui): burn down map storage hot-path bypasses

This commit is contained in:
liu weikai
2026-06-16 23:00:32 +08:00
parent 2ebe9d21bd
commit 37b26b90a3
8 changed files with 364 additions and 183 deletions
@@ -22,8 +22,10 @@ ui::menu::MenuModel s_ux_menu_model;
void present_boot_overlay_now()
{
lv_timer_handler();
lv_refr_now(nullptr);
if (lv_obj_t* top = lv_layer_top())
{
lv_obj_invalidate(top);
}
}
bool resolve_display_time(struct tm* out_tm)