Loading core/java/android/widget/TextView.java +3 −0 Original line number Diff line number Diff line Loading @@ -15555,6 +15555,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener private void ensureIterableTextForAccessibilitySelectable() { if (!(mText instanceof Spannable)) { setText(mText, BufferType.SPANNABLE); if (getLayout() == null) { assumeLayout(); } } } Loading
core/java/android/widget/TextView.java +3 −0 Original line number Diff line number Diff line Loading @@ -15555,6 +15555,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener private void ensureIterableTextForAccessibilitySelectable() { if (!(mText instanceof Spannable)) { setText(mText, BufferType.SPANNABLE); if (getLayout() == null) { assumeLayout(); } } }