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
+4 -2
View File
@@ -54,8 +54,10 @@ bool resolve_display_time(struct tm* out_tm)
void present_boot_overlay_now()
{
lv_timer_handler();
lv_refr_now(nullptr);
if (lv_obj_t* top = lv_layer_top())
{
lv_obj_invalidate(top);
}
}
} // namespace