We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e101d7 commit 1500a8eCopy full SHA for 1500a8e
app/src/main/java/net/gsantner/markor/activity/DocumentEditAndViewFragment.java
@@ -703,11 +703,8 @@ private void setSearchView(SearchView searchView) {
703
704
@Override
705
public boolean onQueryTextSubmit(String query) {
706
- if (_menuSearchViewForViewMode.isSubmitButtonEnabled()) {
707
- _webView.findNext(true);
708
- return true;
709
- }
710
- return false;
+ _webView.findNext(true);
+ return true;
711
}
712
713
0 commit comments