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