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

Commit a1a56ed0 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

Merge "Stop automatically creating action mode in FS extracted mode." into nyc-dev

parents 22098605 0fd28c9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1863,9 +1863,9 @@ public class Editor {
        if (hasSelection) {
            hideInsertionPointCursorController();
            if (mTextActionMode == null) {
                if (mRestartActionModeOnNextRefresh || mTextView.isInExtractedMode()) {
                if (mRestartActionModeOnNextRefresh) {
                    // To avoid distraction, newly start action mode only when selection action
                    // mode is being restarted or in full screen extracted mode.
                    // mode is being restarted.
                    startSelectionActionMode();
                }
            } else if (selectionController == null || !selectionController.isActive()) {