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

Commit e9ff92d7 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Remove suggestion span underline on device rotation"

parents 52ae3f34 aa67eef1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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();