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

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

Merge "TextView text selection interaction logging."

parents 581067a3 57ec6ea1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1070,6 +1070,8 @@ public class Editor {
    }

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

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

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

            if (mProcessTextIntentActionsHandler.performMenuItemAction(item)) {
                return true;
+317 −139

File changed.

Preview size limit exceeded, changes collapsed.