forked from len0rd/rockbox
Fix problem with bouncing back to the 'Load last bookmark' screen after loading the last bookmark.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10975 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eae4bd337e
commit
0435ed73a0
1 changed files with 2 additions and 0 deletions
|
|
@ -460,9 +460,11 @@ bool bookmark_autoload(const char* file)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
case ACTION_STD_NEXT:
|
case ACTION_STD_NEXT:
|
||||||
|
action_signalscreenchange();
|
||||||
return bookmark_load(global_bookmark_file_name, false);
|
return bookmark_load(global_bookmark_file_name, false);
|
||||||
#endif
|
#endif
|
||||||
case ACTION_BMS_SELECT:
|
case ACTION_BMS_SELECT:
|
||||||
|
action_signalscreenchange();
|
||||||
return bookmark_load(global_bookmark_file_name, true);
|
return bookmark_load(global_bookmark_file_name, true);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue