Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6a78de1 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android Git Automerger
Browse files

am 838a99e9: am bde00321: am 28b5b144: Fix: Selection handles are wrongly shown.

* commit '838a99e9':
  Fix: Selection handles are wrongly shown.
parents b5233e55 838a99e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2994,8 +2994,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());