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.

Playlist Viewer: Fix delayed appearance of backdrop on return from plugin

Change-Id: I84ff9b581d185fecbe3c7405d3e1887715d55d17

+2 -7
+2 -7
apps/plugin.c
··· 926 926 tree_unlock_cache(tree_get_context()); 927 927 928 928 pop_current_activity_without_refresh(); 929 - if (rc != PLUGIN_GOTO_WPS) 929 + if ((rc != PLUGIN_GOTO_WPS) && (get_current_activity() != ACTIVITY_WPS)) 930 930 { 931 - int curr_activity = get_current_activity(); 932 - if ((curr_activity != ACTIVITY_PLAYLISTVIEWER) && 933 - (curr_activity != ACTIVITY_WPS)) 934 - { 935 - FOR_NB_SCREENS(i) 931 + FOR_NB_SCREENS(i) 936 932 skin_update(CUSTOM_STATUSBAR, i, SKIN_REFRESH_ALL); 937 - } 938 933 } 939 934 940 935 if (!pfn_tsr_exit)