mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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)
|
if (is_curr_track_info)
|
||||||
pop_current_activity();
|
pop_current_activity();
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue