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

Commit 0923b063 authored by Siyamed Sinir's avatar Siyamed Sinir Committed by android-build-merger
Browse files

Merge "setTransformationMethod should reset mTextDir" into nyc-dev am: df9dee86 am: 8ae06f6f

am: 68d3077e

* commit '68d3077e':
  setTransformationMethod should reset mTextDir

Change-Id: I46a1f5e356992bd08ba440fce0e15b952541d547
parents 7c1d2da3 68d3077e
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();
    }

    /**