Merge "Always invalidate TextView on checkForRelayout"

This commit is contained in:
Raph Levien
2015-11-30 21:07:07 +00:00
committed by Android (Google) Code Review

View File

@@ -7225,6 +7225,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
// of the intended optimizations as part of requestLayoutForChild.
nullLayouts();
requestLayout();
invalidate();
}
@Override