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

Commit e7018262 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Removed no longer used longPressCallback in TextView"

parents b36ba1d6 31d48946
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -8465,13 +8465,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        public static final int CENTER = 1;
        public static final int RIGHT = 2;

        class LongPressCallback implements Runnable {
            public void run() {
                mController.hide();
                startSelectionActionMode();
            }
        }

        public HandleView(CursorController controller, int pos) {
            super(TextView.this.mContext);
            mController = controller;