am 8086e031: am c12e4e46: Merge "Fix Floating toolbar is not refreshed when dragging insertion handle" into mnc-dev
* commit '8086e03178978f6f455445f4cb31ffe09638c0ff': Fix Floating toolbar is not refreshed when dragging insertion handle
This commit is contained in:
@@ -3902,6 +3902,9 @@ public class Editor {
|
|||||||
@Override
|
@Override
|
||||||
public void updatePosition(float x, float y) {
|
public void updatePosition(float x, float y) {
|
||||||
positionAtCursorOffset(mTextView.getOffsetForPosition(x, y), false);
|
positionAtCursorOffset(mTextView.getOffsetForPosition(x, y), false);
|
||||||
|
if (mSelectionActionMode != null) {
|
||||||
|
mSelectionActionMode.invalidate();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user