Loading core/java/android/widget/Editor.java +2 −0 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
core/java/android/widget/Editor.java +2 −0 Original line number Diff line number Diff line Loading @@ -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()); Loading