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

Commit 2201bd17 authored by Bjorn Bringert's avatar Bjorn Bringert Committed by Android Git Automerger
Browse files

am 5b11a0f3: DPAD_DOWN moves from search/voice search key to drop-down

Merge commit '5b11a0f3'

* commit '5b11a0f3':
  DPAD_DOWN moves from search/voice search key to drop-down
parents 0d289e5b 5b11a0f3
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)) {