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

Commit 58fb0002 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"

* commit 'ecd3c76f':
  Fix for truncated sentence in "Find on Page" field
parents 85a06152 ecd3c76f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ class FindActionModeCallback implements ActionMode.Callback, TextWatcher,
            mActiveMatchIndex = matchIndex;
            updateMatchesString();
        } else {
            mMatches.setVisibility(View.INVISIBLE);
            mMatches.setVisibility(View.GONE);
            mNumberOfMatches = 0;
        }
    }