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

* commit 'c12e4e468fa8c72875632b11b96b2f67ea98d7c0':
  Fix Floating toolbar is not refreshed when dragging insertion handle
This commit is contained in:
Clara Bayarri
2015-05-12 09:34:57 +00:00
committed by Android Git Automerger

View File

@@ -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