Merge "DO NOT MERGE: Update floatingtoolbar position when cursor moves." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
47ea8b3d6b
@@ -3817,6 +3817,10 @@ public class Editor {
|
||||
startSelectionActionModeWithoutSelection();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (mSelectionActionMode != null) {
|
||||
mSelectionActionMode.invalidateContentRect();
|
||||
}
|
||||
}
|
||||
hideAfterDelay();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user