Remove a left-over check for metadata info being ready that delayed the initial draw of the wps quite a bit (most notably on slowish hwcodec). The skin engine is safe against that, so draw it instantly and make another redraw once the metadata info is ready.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23646 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cc697a8f7a
commit
19ec4ffe64
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ long gui_wps_show(void)
|
|||
}
|
||||
|
||||
|
||||
if (restore && wps_state.id3 &&
|
||||
if (restore &&
|
||||
((restoretimer == RESTORE_WPS_INSTANTLY) ||
|
||||
TIME_AFTER(current_tick, restoretimer)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue