Skip to content

Commit

Permalink
Don't mess with search view query on lookup finished
Browse files Browse the repository at this point in the history
  • Loading branch information
itkach committed Nov 9, 2014
1 parent 9ccb3c2 commit a4d4d8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/itkach/aard2/LookupFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ public void onLookupStarted(String query) {
@Override
public void onLookupFinished(String query) {
setBusy(false);
if (searchView != null) {
searchView.setQuery(query, false);
}
}

@Override
Expand Down

0 comments on commit a4d4d8b

Please sign in to comment.