Loading core/java/android/widget/TextView.java +3 −0 Original line number Diff line number Diff line Loading @@ -2565,6 +2565,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener sp.removeSpan(cw); } // hideControllers would do it, but it gets called after this method on rotation sp.removeSpan(mSuggestionRangeSpan); ss.text = sp; } else { ss.text = mText.toString(); Loading Loading
core/java/android/widget/TextView.java +3 −0 Original line number Diff line number Diff line Loading @@ -2565,6 +2565,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener sp.removeSpan(cw); } // hideControllers would do it, but it gets called after this method on rotation sp.removeSpan(mSuggestionRangeSpan); ss.text = sp; } else { ss.text = mText.toString(); Loading