am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"
* commit '6458d9b1b283590b5ced3c8982c4ea2e2a39cf2e': Fix for truncated sentence in "Find on Page" field
This commit is contained in:
@@ -152,7 +152,7 @@ class FindActionModeCallback implements ActionMode.Callback, TextWatcher,
|
||||
mActiveMatchIndex = matchIndex;
|
||||
updateMatchesString();
|
||||
} else {
|
||||
mMatches.setVisibility(View.INVISIBLE);
|
||||
mMatches.setVisibility(View.GONE);
|
||||
mNumberOfMatches = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user