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:
parent
c1222d65e2
commit
3b105b8c33
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue