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

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

Merge "TextView's display list updated on layout"

parents b675f516 954325ed
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6795,6 +6795,12 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        }
    }

    @Override
    protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
        super.onLayout(changed, left, top, right, bottom);
        if (changed) mTextDisplayListIsValid = false;
    }

    /**
     * Returns true if anything changed.
     */