Remove the annoying 'Searching...0 tracks found' splash on Sansa when using the database.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16429 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a74611a90
commit
3e4d79eaf5
1 changed files with 4 additions and 0 deletions
|
@ -1053,8 +1053,12 @@ static int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs,
|
|||
)
|
||||
{
|
||||
show_search_progress(true, 0);
|
||||
#if !defined(HAVE_FLASH_STORAGE)
|
||||
/* Non-flash devices might have a pause while the disk spins up so give
|
||||
some feedback so the user knows that something is happening */
|
||||
gui_syncsplash(0, str(LANG_PLAYLIST_SEARCH_MSG),
|
||||
0, csi->name);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (c->currtable == allsubentries)
|
||||
|
|
Loading…
Reference in a new issue