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

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

View File

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