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

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

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

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

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