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

Commit e7d575d8 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by Android (Google) Code Review
Browse files

Merge "TextView: Invalidate ActionMode content rect on scroll."

parents 88d109d2 56195db6
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();
        }
    }

    /**