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

Commit 63bd55c7 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android Git Automerger
Browse files

am cdfe8999: Fix for multiple merge problem.

* commit 'cdfe8999':
  Fix for multiple merge problem.
parents e04c1496 cdfe8999
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -8268,9 +8268,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        }

        @Override
        public void onDetached() {
            removeCallbacks(mHider);
        }
        public void onDetached() {}
    }

    private void hideInsertionPointCursorController() {