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

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

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

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