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

Commit d0470d7e authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by android-build-merger
Browse files

Merge "TextView text selection interaction logging." into oc-mr1-dev

am: 563a5637

Change-Id: Ie9a211b657d9fa370db699d9c11ad553ab5f22d6
parents 6620b3c5 563a5637
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1066,6 +1066,8 @@ public class Editor {
    }

    private void startDragAndDrop() {
        getSelectionActionModeHelper().onSelectionDrag();

        // TODO: Fix drag and drop in full screen extracted mode.
        if (mTextView.isInExtractedMode()) {
            return;
@@ -3940,7 +3942,7 @@ public class Editor {

        @Override
        public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
            getSelectionActionModeHelper().onSelectionAction();
            getSelectionActionModeHelper().onSelectionAction(item.getItemId());

            if (mProcessTextIntentActionsHandler.performMenuItemAction(item)) {
                return true;
+311 −130

File changed.

Preview size limit exceeded, changes collapsed.