forked from len0rd/rockbox
Fix FS#10745 - %mv not working in sbs...
This fix is as good as we can do, but not perfect. Because the sbs is only updated when a button is pressed it will stay in the "volume changing" state probalby longer than expected.. which isnt terrible, but useful to remember. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23455 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bf751924dc
commit
235d1ae795
8 changed files with 8 additions and 7 deletions
|
|
@ -158,6 +158,7 @@ static void app_main(void)
|
|||
}
|
||||
#endif /* #ifdef AUTOROCK */
|
||||
|
||||
global_status.last_volume_change = 0;
|
||||
root_menu();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue