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:
Clara Bayarri
2015-05-12 09:50:04 +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