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

Commit dd11387e authored by Adam Powell's avatar Adam Powell
Browse files

Fix typo in manual merge

Change-Id: Idaf98e368e032cfbd7fbe3aa2d965b04eea3f43e
parent 3c09ba3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6847,7 +6847,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
            return superResult;
        }

        if ((mMovement != null || onCheckIsTextEditor()) && isEnabled()
        if ((mMovement != null || onCheckIsTextEditor()) && isEnabled() &&
                mText instanceof Spannable && mLayout != null) {
            if (hasInsertionController()) {
                getInsertionController().onTouchEvent(event);