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;
updateMatchesString();
} else {
mMatches.setVisibility(View.INVISIBLE);
mMatches.setVisibility(View.GONE);
mNumberOfMatches = 0;
}
}