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

This commit is contained in:
Abodunrinwa Toki
2015-04-29 17:26:27 +00:00
committed by Android (Google) Code Review

View File

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