Merge "Fix for truncated sentence in "Find on Page" field"

This commit is contained in:
John Reck
2013-01-22 21:12:48 +00:00
committed by Gerrit Code Review

View File

@@ -152,7 +152,7 @@ class FindActionModeCallback implements ActionMode.Callback, TextWatcher,
mActiveMatchIndex = matchIndex; mActiveMatchIndex = matchIndex;
updateMatchesString(); updateMatchesString();
} else { } else {
mMatches.setVisibility(View.INVISIBLE); mMatches.setVisibility(View.GONE);
mNumberOfMatches = 0; mNumberOfMatches = 0;
} }
} }