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

Commit bc13415e 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: 214ebfb5

* commit '214ebfb5':
  setTransformationMethod should reset mTextDir

Change-Id: Ia717c63a312a0cd5729fd1038c7f53313b9b848d
parents c6df6628 214ebfb5
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();
    }

    /**