Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

simplelist: stop scrolling when leaving

Fixes (at least) Shortcuts menu not stopping
a scrolling line after leaving menu for a
plugin in some situations.

Change-Id: I90b4cc71a63e557565d028aae27db082e2e1813f

+3
+3
apps/gui/list.c
··· 971 971 } 972 972 else if(default_event_handler(action) == SYS_USB_CONNECTED) 973 973 { 974 + gui_synclist_scroll_stop(&lists); 974 975 return true; 975 976 } 976 977 } 977 978 talk_shutup(); 979 + 980 + gui_synclist_scroll_stop(&lists); 978 981 979 982 #ifdef HAVE_LCD_COLOR 980 983 if (info->selection_color)