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:
parent
9d1e5e4d85
commit
1d9f693658
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue