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

* commit 'ecd3c76f6275d0ffb0b36100936cf284ab00bee2':
  Fix for truncated sentence in "Find on Page" field
This commit is contained in:
John Reck
2013-01-22 13:57:51 -08:00
committed by Android Git Automerger

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;
} }
} }