1
0
Fork 0
forked from len0rd/rockbox

Playlist Viewer Track Info: Fix: custom list items don't stop scrolling

test case: https://themes.rockbox.org/index.php?themeid=3625

Change-Id: Ia3c5cb4ee37c111ba4a84dc5d63695801fe0300d
This commit is contained in:
Christian Soffke 2025-03-20 22:58:13 +01:00
parent c1222d65e2
commit 3b105b8c33

View file

@ -867,6 +867,9 @@ refresh_info:
}
}
}
FOR_NB_SCREENS(i)
screens[i].scroll_stop(); /* when custom lists are used */
if (is_curr_track_info)
pop_current_activity();
return ret;