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

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

am eea5fe16: am 8086e031: am c12e4e46: Merge "Fix Floating toolbar is not...

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

* commit 'eea5fe16':
  Fix Floating toolbar is not refreshed when dragging insertion handle
parents cf71fd0f eea5fe16
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