redraw the lists once before going into the button loop to make things look more responsive

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19773 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-01-15 06:24:58 +00:00
parent e0a0c9849e
commit 4544531585

View file

@ -633,6 +633,7 @@ static int dirbrowse()
return GO_TO_PREVIOUS; /* No files found for rockbox_browser() */
}
gui_synclist_draw(&tree_lists);
while(1) {
struct entry *dircache = tc.dircache;
bool restore = false;