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

Commit bcc6cc84 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 214f4cff 52b9dbc6
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -11838,7 +11838,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                        + " before=" + before + " after=" + after + ": " + buffer);
                        + " before=" + before + " after=" + after + ": " + buffer);
            }
            }


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