* commit 'bde0032125e9e8199502e38c81cf2d47d2c0811c': Fix: Selection handles are wrongly shown.
This commit is contained in:
@@ -3023,8 +3023,10 @@ public class Editor {
|
||||
public SelectionActionModeCallback() {
|
||||
SelectionModifierCursorController selectionController = getSelectionController();
|
||||
if (selectionController.mStartHandle == null) {
|
||||
// As these are for initializing selectionController, hide() must be called.
|
||||
selectionController.initDrawables();
|
||||
selectionController.initHandles();
|
||||
selectionController.hide();
|
||||
}
|
||||
mSelectionHandleHeight = Math.max(
|
||||
mSelectHandleLeft.getMinimumHeight(), mSelectHandleRight.getMinimumHeight());
|
||||
|
||||
Reference in New Issue
Block a user