Skip to content

Commit

Permalink
Find Location: Hide keyboard when search is pressed and string querie…
Browse files Browse the repository at this point in the history
…d. (#1126)
  • Loading branch information
mattdbr committed Sep 3, 2023
1 parent 2a42cb6 commit 44ce0bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ public boolean isHidden() {
public boolean onQueryTextSubmit(final String query) {
handleQueryChanged(query);
queryEventListeners.send(query);
searchView.clearFocus();
return true;
}

Expand Down

0 comments on commit 44ce0bd

Please sign in to comment.