Fix magnifier appearing unexpectedly on scroll
Fixes: b/183057391 Test: manual testing Change-Id: Iecd67be64084f52f26bf471c91bde3ba3f2b5c64
This commit is contained in:
@@ -6635,7 +6635,9 @@ public class Editor {
|
||||
}
|
||||
|
||||
updateSelection(event);
|
||||
if (mTextView.hasSelection() && mEndHandle != null) {
|
||||
if (mTextView.hasSelection() && mEndHandle != null &&
|
||||
isDragAcceleratorActive()
|
||||
) {
|
||||
mEndHandle.updateMagnifier(event);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user