Skip to content

Commit

Permalink
bug fix: onEditorAction called twice
Browse files Browse the repository at this point in the history
  • Loading branch information
mancj committed Aug 21, 2016
1 parent 5d9918f commit 9fec02c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
if (suggestionsVisible)
animateLastRequests(getListHeight(false), 0);
adapter.addSuggestion(searchEdit.getText().toString());
return false;
return true;
}

/**
Expand Down

0 comments on commit 9fec02c

Please sign in to comment.