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

Commit 7b6d8186 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by android-build-merger
Browse files

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

am: a1a56ed0

* commit 'a1a56ed0':
  Stop automatically creating action mode in FS extracted mode.

Change-Id: Ia74579cbd4115e3be10ded33cecb0fb16ffe6e90
parents 8505c082 a1a56ed0
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()) {