Loading core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8945,7 +8945,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener final boolean isPassword = hasPasswordTransformationMethod(); if (!isPassword) { CharSequence text = getTextForAccessibility(); if (TextUtils.isEmpty(text)) { if (!TextUtils.isEmpty(text)) { event.getText().add(text); } } Loading Loading
core/java/android/widget/TextView.java +1 −1 Original line number Diff line number Diff line Loading @@ -8945,7 +8945,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener final boolean isPassword = hasPasswordTransformationMethod(); if (!isPassword) { CharSequence text = getTextForAccessibility(); if (TextUtils.isEmpty(text)) { if (!TextUtils.isEmpty(text)) { event.getText().add(text); } } Loading