Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcdf0ab1 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

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
parent 5d3249d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3847,6 +3847,10 @@ public class Editor {
                                startSelectionActionModeWithoutSelection();
                            }
                        }
                    } else {
                        if (mSelectionActionMode != null) {
                            mSelectionActionMode.invalidateContentRect();
                        }
                    }
                    hideAfterDelay();
                    break;