Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b11a0f3 authored by Bjorn Bringert's avatar Bjorn Bringert
Browse files

DPAD_DOWN moves from search/voice search key to drop-down

parent 9377738c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -800,7 +800,6 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
            
            if (!event.isSystem() && 
                    (keyCode != KeyEvent.KEYCODE_DPAD_UP) &&
                    (keyCode != KeyEvent.KEYCODE_DPAD_DOWN) &&
                    (keyCode != KeyEvent.KEYCODE_DPAD_LEFT) &&
                    (keyCode != KeyEvent.KEYCODE_DPAD_RIGHT) &&
                    (keyCode != KeyEvent.KEYCODE_DPAD_CENTER)) {