Loading core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8668,7 +8668,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener mTextDir = getTextDirectionHeuristic(); if (mLayout != null) { if (mLayout != null && mLayoutParams != null) { checkForRelayout(); } } Loading Loading
core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8668,7 +8668,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener mTextDir = getTextDirectionHeuristic(); if (mLayout != null) { if (mLayout != null && mLayoutParams != null) { checkForRelayout(); } } Loading