am 47ea8b3d: Merge "DO NOT MERGE: Update floatingtoolbar position when cursor moves." into mnc-dev

* commit '47ea8b3d6bcef193a2d0ec9f0141525c83a0bcda':
  DO NOT MERGE: Update floatingtoolbar position when cursor moves.
This commit is contained in:
Abodunrinwa Toki
2015-04-29 17:32:36 +00:00
committed by Android Git Automerger

View File

@@ -3817,6 +3817,10 @@ public class Editor {
startSelectionActionModeWithoutSelection();
}
}
} else {
if (mSelectionActionMode != null) {
mSelectionActionMode.invalidateContentRect();
}
}
hideAfterDelay();
break;