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

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

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

parents 2dac2cce 5ddd3ed8
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.