mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-21 02:51:03 +00:00
refactor(ui): burn down map storage hot-path bypasses
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user