summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-11-16 01:38:36 +0000
committerThomas Martitz <kugel@rockbox.org>2009-11-16 01:38:36 +0000
commit19ec4ffe6430fbdbf0e8fdf9bfe73f7b15bddc68 (patch)
treeb7212599a5f7ce8f1d2c2273ede1f4aafbbe9d6d /apps
parentcc697a8f7a45f7db4adc4cc3786a780c84c209bb (diff)
downloadrockbox-19ec4ffe6430fbdbf0e8fdf9bfe73f7b15bddc68.zip
rockbox-19ec4ffe6430fbdbf0e8fdf9bfe73f7b15bddc68.tar.gz
rockbox-19ec4ffe6430fbdbf0e8fdf9bfe73f7b15bddc68.tar.bz2
rockbox-19ec4ffe6430fbdbf0e8fdf9bfe73f7b15bddc68.tar.xz
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
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index d0e1b6f..757160a 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -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)))
{