DO NOT MERGE: Update floatingtoolbar position when cursor moves.

NOTE: This is only done on ACTION_UP event since the toolbar is
going to be hidden while one is dragging the handles.

Change-Id: Id09fc076edb0117ebceb26395ac91ee4d2283c2d
This commit is contained in:
Abodunrinwa Toki
2015-04-25 00:11:25 +01:00
parent 5d3249d6fd
commit bcdf0ab13d

View File

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