bah, the filetree does the same spindown handling as the WPS so fix it there also
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19632 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a02702ce1d
commit
36531c7471
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ static int dirbrowse()
|
|||
}
|
||||
if (start_wps)
|
||||
return GO_TO_WPS;
|
||||
if (button)
|
||||
if (button && !IS_SYSEVENT(button))
|
||||
{
|
||||
storage_spin();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue