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.
diff --git a/core/java/android/widget/Editor.java b/core/java/android/widget/Editor.java
index f7c6b68..35e7389 100644
--- a/core/java/android/widget/Editor.java
+++ b/core/java/android/widget/Editor.java
@@ -3817,6 +3817,10 @@
startSelectionActionModeWithoutSelection();
}
}
+ } else {
+ if (mSelectionActionMode != null) {
+ mSelectionActionMode.invalidateContentRect();
+ }
}
hideAfterDelay();
break;