1
0
Fork 0
forked from len0rd/rockbox

Fix FS#6863 - infinite looping with "Nothing to resume"

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-21 05:45:34 +00:00
parent 8951024a67
commit 59649b888a

View file

@ -232,6 +232,8 @@ static int wpsscrn(void* param)
else
{
gui_syncsplash(HZ*2, str(LANG_NOTHING_TO_RESUME));
if (last_screen == GO_TO_ROOT)
ret_val = GO_TO_ROOT;
}
#if LCD_DEPTH > 1
show_main_backdrop();