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

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

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

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