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

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

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

parents 96e278d6 26ee00dd
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);