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

Commit 2ead5e09 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Automerger Merge Worker
Browse files

Merge "Fix requestRectangleOnScreen not called" into udc-dev am: 04c7e4a5 am: 1df0d802

parents d5e15856 1df0d802
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -11497,7 +11497,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
            changed = true;
            changed = true;
        }
        }
        if (requestRectWithoutFocus && isFocused()) {
        if (requestRectWithoutFocus || isFocused()) {
            // This offsets because getInterestingRect() is in terms of viewport coordinates, but
            // This offsets because getInterestingRect() is in terms of viewport coordinates, but
            // requestRectangleOnScreen() is in terms of content coordinates.
            // requestRectangleOnScreen() is in terms of content coordinates.