Skip to content

Commit

Permalink
Update search
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Dec 12, 2023
1 parent 926f49a commit d1144cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/billthefarmer/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -3410,6 +3410,10 @@ public boolean onQueryTextChange(String newText)
@Override
public boolean onQueryTextSubmit(String query)
{
// Check matcher
if (matcher == null)
return false;

// Find next text
if (matcher.find())
{
Expand Down

0 comments on commit d1144cd

Please sign in to comment.