Fix for FS #10097 - Sometimes keys do work after exiting plugins.
This removes the call to button_clear_queue which interfered with the mechanism in action.c to wait for a key release event when the button context is changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28232 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
561999ebff
commit
8ad85ba291
1 changed files with 0 additions and 2 deletions
|
@ -828,8 +828,6 @@ int plugin_load(const char* plugin, const void* parameter)
|
|||
touchscreen_set_mode(global_settings.touch_mode);
|
||||
#endif
|
||||
|
||||
button_clear_queue();
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_setfont(FONT_UI);
|
||||
#if LCD_DEPTH > 1
|
||||
|
|
Loading…
Reference in a new issue