Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop

* 'develop' of https://github.com/arimorty/floatingsearchview:
  Fixes Issue #174 “Cannot toggle search focusable state.”
  • Loading branch information
arimorty committed Feb 20, 2017
2 parents 5f3d69d + 67526a7 commit 0f7dda2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ private void refreshShowMoveUpSuggestion() {
* clicked.
*/
public void setSearchFocusable(boolean focusable) {
mSearchInput.setFocusable(focusable);
mSearchInput.setFocusableInTouchMode(focusable);
}

/**
Expand Down

0 comments on commit 0f7dda2

Please sign in to comment.