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

Commit 1baed516 authored by Clara Bayarri's avatar Clara Bayarri
Browse files

Fix Floating toolbar is not refreshed when dragging insertion handle

Bug: 20922753
Change-Id: Iaee310ee0b8593df4d7846c2676e2c70011d0657
parent d9c7f245
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