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

Commit d74d1b36 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "Fix layout recreation check" into cm-11.0

parents b0de9668 a1b5a422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8668,7 +8668,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener

        mTextDir = getTextDirectionHeuristic();

        if (mLayout != null) {
        if (mLayout != null && mLayoutParams != null) {
            checkForRelayout();
        }
    }