1
0
Fork 0
forked from len0rd/rockbox

Redraw the menu when stopping playback, in case the bookmarking code left something on screen.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14196 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2007-08-05 15:21:47 +00:00
parent 9d1e5e4d85
commit 1d9f693658
2 changed files with 2 additions and 1 deletions

View file

@ -709,6 +709,7 @@ bool list_stop_handler(void)
fade(0);
bookmark_autobookmark();
audio_stop();
ret = true; /* bookmarking can make a refresh necessary */
}
}
#if CONFIG_CHARGING