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

Commit ace82fba authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 21509240: Merge change 6283 into donut

Merge commit '21509240'

* commit '21509240':
  Fix a bug where clicking the "more results" suggestion with the trackball
parents f89946de 21509240
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -1572,6 +1572,15 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
        protected void replaceText(CharSequence text) {
        protected void replaceText(CharSequence text) {
        }
        }
        
        
        /**
         * We override this method to avoid an extra onItemClick being called on the
         * drop-down's OnItemClickListener by {@link AutoCompleteTextView#onKeyUp(int, KeyEvent)}
         * when an item is clicked with the trackball.
         */
        @Override
        public void performCompletion() {
        }
        
        /**
        /**
         * We override this method so that we can allow a threshold of zero, which ACTV does not.
         * We override this method so that we can allow a threshold of zero, which ACTV does not.
         */
         */