Merge "Fix Floating toolbar is not refreshed when dragging insertion handle" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c12e4e468f
@@ -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