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

Commit 0fe6ab79 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by Android (Google) Code Review
Browse files

Merge "Update floatingtoolbar position when cursor moves."

parents 78214c90 6e5c51b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -3816,6 +3816,10 @@ public class Editor {
                                startSelectionActionModeWithoutSelection();
                                startSelectionActionModeWithoutSelection();
                            }
                            }
                        }
                        }
                    } else {
                        if (mSelectionActionMode != null) {
                            mSelectionActionMode.invalidateContentRect();
                        }
                    }
                    }
                    hideAfterDelay();
                    hideAfterDelay();
                    break;
                    break;