forked from len0rd/rockbox
really fix the yes/no screen now, also id3 viewer shows the status bar
correctly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b71470185
commit
07d3db2dec
4 changed files with 5 additions and 5 deletions
|
@ -111,8 +111,7 @@ int get_action_worker(int context, int timeout,
|
|||
{
|
||||
ignore_until_release = false;
|
||||
}
|
||||
/*last_button = BUTTON_NONE; this is done by action_signalscreenchange() */
|
||||
return ACTION_UNKNOWN; /* "safest" return value */
|
||||
return ACTION_NONE; /* "safest" return value */
|
||||
}
|
||||
#if (BUTTON_REMOTE != 0)
|
||||
if (soft_unlock_action != ACTION_NONE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue