* commit '58fb00025daa78360a3d033b223d15364d49086f': Fix for truncated sentence in "Find on Page" field
This commit is contained in:
@@ -163,7 +163,7 @@ public 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