* commit 'ecd3c76f6275d0ffb0b36100936cf284ab00bee2': 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;
|
mActiveMatchIndex = matchIndex;
|
||||||
updateMatchesString();
|
updateMatchesString();
|
||||||
} else {
|
} else {
|
||||||
mMatches.setVisibility(View.INVISIBLE);
|
mMatches.setVisibility(View.GONE);
|
||||||
mNumberOfMatches = 0;
|
mNumberOfMatches = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user