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:
parent
8951024a67
commit
59649b888a
1 changed files with 2 additions and 0 deletions
|
|
@ -232,6 +232,8 @@ static int wpsscrn(void* param)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
gui_syncsplash(HZ*2, str(LANG_NOTHING_TO_RESUME));
|
gui_syncsplash(HZ*2, str(LANG_NOTHING_TO_RESUME));
|
||||||
|
if (last_screen == GO_TO_ROOT)
|
||||||
|
ret_val = GO_TO_ROOT;
|
||||||
}
|
}
|
||||||
#if LCD_DEPTH > 1
|
#if LCD_DEPTH > 1
|
||||||
show_main_backdrop();
|
show_main_backdrop();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue