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

Commit 8086e031 authored by Clara Bayarri's avatar Clara Bayarri Committed by Android Git Automerger
Browse files

am c12e4e46: Merge "Fix Floating toolbar is not refreshed when dragging...

am c12e4e46: Merge "Fix Floating toolbar is not refreshed when dragging insertion handle" into mnc-dev

* commit 'c12e4e46':
  Fix Floating toolbar is not refreshed when dragging insertion handle
parents 1e184fb4 c12e4e46
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3902,6 +3902,9 @@ public class Editor {
        @Override
        public void updatePosition(float x, float y) {
            positionAtCursorOffset(mTextView.getOffsetForPosition(x, y), false);
            if (mSelectionActionMode != null) {
                mSelectionActionMode.invalidate();
            }
        }

        @Override