root_menu: fix skin glitch when rebuilding tagcache

Only clear the UI vp instead of the whole display

Change-Id: Iab39094184a6749df743af268a4d9923cb18a73a
This commit is contained in:
Christian Soffke 2026-05-31 16:13:28 +02:00
parent 892fbe8d8f
commit 16900c7fee

View file

@ -212,8 +212,7 @@ static int browser(void* param)
static const struct text_message message={lines, 2};
if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_NO)
break;
FOR_NB_SCREENS(i)
screens[i].clear_display();
clear_screen_buffer(false);
/* Start initialisation */
tagcache_rebuild();