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

Commit 597f2c31 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix handle creation on startActionMode"

parents eaaa5f65 db68c543
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3928,6 +3928,7 @@ public class Editor {
                SelectionModifierCursorController selectionController = getSelectionController();
                if (selectionController.mStartHandle == null) {
                    // As these are for initializing selectionController, hide() must be called.
                    loadHandleDrawables(false /* overwrite */);
                    selectionController.initHandles();
                    selectionController.hide();
                }