diff options
-rw-r--r-- | recovery/recovery_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery/recovery_ui.c b/recovery/recovery_ui.c index 67f6b85..c54b997 100644 --- a/recovery/recovery_ui.c +++ b/recovery/recovery_ui.c @@ -61,7 +61,6 @@ int device_handle_key(int key_code, int visible) { case KEY_VOLUMEDOWN: return HIGHLIGHT_DOWN; - case KEY_MENU: case KEY_LEFTSHIFT: case KEY_UP: case KEY_VOLUMEUP: @@ -88,6 +87,7 @@ int device_handle_key(int key_code, int visible) { case KEY_BACKSPACE: case KEY_SEARCH: case KEY_BACK: + case KEY_MENU: return NO_ACTION; } } |