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

Commit 31d48946 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Removed no longer used longPressCallback in TextView

Change-Id: Iadac5579764ef14c2ec7a677c686a396cedc31fa
parent 2bc248b6
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;