forked from len0rd/rockbox
Add the necessary action_signalscreenchange call to avoid going back one level in the tree after leaving the cuesheet viewer screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12891 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
17a7f7ad35
commit
e5b77b1a47
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ static void browse_cuesheet(struct cuesheet *cue)
|
|||
done = true;
|
||||
}
|
||||
}
|
||||
action_signalscreenchange();
|
||||
}
|
||||
|
||||
bool display_cuesheet_content(char* filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue