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

Commit 26ee00dd authored by Mihai Popa's avatar Mihai Popa
Browse files

Revert "[Magnifier-77] Show it on long press selection"

This reverts commit 88fbed49.

Reason for revert: We decided to punt this functionality to R, in order to keep consistency with WebView and Chrome. (b/119819194)

Change-Id: I625a8bca52687e3f15957f4dc4a0982c1ad28a2a
parent adf522b2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -6020,9 +6020,6 @@ public class Editor {
                    }

                    updateSelection(event);
                    if (mTextView.hasSelection() && mEndHandle != null) {
                        mEndHandle.updateMagnifier(event);
                    }
                    break;

                case MotionEvent.ACTION_UP:
@@ -6030,9 +6027,6 @@ public class Editor {
                        break;
                    }
                    updateSelection(event);
                    if (mEndHandle != null) {
                        mEndHandle.dismissMagnifier();
                    }

                    // No longer dragging to select text, let the parent intercept events.
                    mTextView.getParent().requestDisallowInterceptTouchEvent(false);