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

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

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

* commit '6458d9b1':
  Fix for truncated sentence in "Find on Page" field
parents 686fad5e 6458d9b1
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;
        }
    }