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

Commit 56195db6 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

TextView: Invalidate ActionMode content rect on scroll.

Bug: 20470464
Change-Id: I1a9178903db00d1cef5a835d055939b2ce138290
parent fc60f701
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1957,6 +1957,9 @@ public class Editor {
        if (mPositionListener != null) {
            mPositionListener.onScrollChanged();
        }
        if (mSelectionActionMode != null) {
            mSelectionActionMode.invalidateContentRect();
        }
    }

    /**