forked from len0rd/rockbox
restore was allwas true. Set it to false when last restore request was
handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1945 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
51d9ae63ca
commit
d58dab8dd8
1 changed files with 1 additions and 0 deletions
|
@ -1124,6 +1124,7 @@ int wps_show(void)
|
|||
}
|
||||
|
||||
if(restore) {
|
||||
restore = false;
|
||||
draw_screen(id3);
|
||||
if (mpeg_is_playing() && id3)
|
||||
display_file_time(id3->elapsed, id3->length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue