Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e0c292ba authored by Mike Chester Wang's avatar Mike Chester Wang Committed by GitHub
Browse files

Update SearchableBaseNoteFragment.java

parent 5bfb3ee7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,9 +115,9 @@ public abstract class SearchableBaseNoteFragment extends BaseNoteFragment {

            @Override
            public boolean onQueryTextSubmit(String query) {
                colorWithText(query, currentOccurrence);
                currentOccurrence++;
                jumpToOccurrence();
                colorWithText(query, currentOccurrence);
                return true;
            }