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

* commit '58fb00025daa78360a3d033b223d15364d49086f':
  Fix for truncated sentence in "Find on Page" field
This commit is contained in:
John Reck
2013-01-22 14:00:05 -08:00
committed by Android Git Automerger

View File

@@ -163,7 +163,7 @@ public 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;
} }
} }