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

Commit 4a40d257 authored by Phil Weaver's avatar Phil Weaver Committed by android-build-merger
Browse files

Merge "Hiding text from obscured text fields." into oc-dev

am: bcc6cc84

Change-Id: I06ac2af600c9703d5af9b583b63ff79ab01d6c68
parents 613d0b2b bcc6cc84
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11838,7 +11838,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                        + " before=" + before + " after=" + after + ": " + buffer);
            }

            if (AccessibilityManager.getInstance(mContext).isEnabled()) {
            if (AccessibilityManager.getInstance(mContext).isEnabled()
                    && !isPasswordInputType(getInputType()) && !hasPasswordTransformationMethod()) {
                mBeforeText = buffer.toString();
            }