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

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

* commit 'df9dee86':
  setTransformationMethod should reset mTextDir

Change-Id: I17d4dc951f840dcfc1e76ed6e9d6b02150495bf9
parents 7ca542fa df9dee86
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();
    }

    /**