Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan095 authored Jul 16, 2023
1 parent 8e0bccf commit cd23df9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ public boolean onCreateActionMode(ActionMode actionMode, Menu menu) {
SearchActionMode searchActionMode = (SearchActionMode) actionMode;
searchActionMode.setAnchorView(mSearchView);
searchActionMode.setAnimateView(mSearchResultView);
searchActionMode.setResultView(mSearchResultView);
searchActionMode.getSearchInput().addTextChangedListener(mSearchResultListener);
return true;
}
Expand Down

0 comments on commit cd23df9

Please sign in to comment.