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

Commit 1a8d6458 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Always dismiss magnifier when cursor is detached."

parents 43f3e05a d8a61e8a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5534,7 +5534,12 @@ public class Editor {

        void onHandleMoved() {}

        public void onDetached() {}
        /**
         * Called back when the handle view was detached.
         */
        public void onDetached() {
            dismissMagnifier();
        }

        @Override
        protected void onSizeChanged(int w, int h, int oldw, int oldh) {