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

Commit df9dee86 authored by Siyamed Sinir's avatar Siyamed Sinir Committed by Android (Google) Code Review
Browse files

Merge "setTransformationMethod should reset mTextDir" into nyc-dev

parents c7ad1ac7 d55be2b9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1939,6 +1939,10 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
            notifyViewAccessibilityStateChangedIfNeeded(
                    AccessibilityEvent.CONTENT_CHANGE_TYPE_UNDEFINED);
        }

        // PasswordTransformationMethod always have LTR text direction heuristics returned by
        // getTextDirectionHeuristic, needs reset
        mTextDir = getTextDirectionHeuristic();
    }

    /**