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

Commit f9b40659 authored by Raph Levien's avatar Raph Levien Committed by Android (Google) Code Review
Browse files

Merge "Always invalidate TextView on checkForRelayout"

parents dfcd4c14 5ac42c92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7225,6 +7225,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        // of the intended optimizations as part of requestLayoutForChild.
        nullLayouts();
        requestLayout();
        invalidate();
    }

    @Override