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

Commit 08093739 authored by Mihai Popa's avatar Mihai Popa
Browse files

Fix magnifier appearing unexpectedly on scroll

Fixes: b/183057391
Test: manual testing
Change-Id: Iecd67be64084f52f26bf471c91bde3ba3f2b5c64
parent ae4d48eb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6635,7 +6635,9 @@ public class Editor {
                    }

                    updateSelection(event);
                    if (mTextView.hasSelection() && mEndHandle != null) {
                    if (mTextView.hasSelection() && mEndHandle != null &&
                        isDragAcceleratorActive()
                    ) {
                        mEndHandle.updateMagnifier(event);
                    }
                    break;