Merge "Hiding text from obscured text fields." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bcc6cc84bf
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user