commit | 86bf6ae902b4b7c7c01484e6e204ff2ed6895d1d | [log] [tgz] |
---|---|---|
author | Artsiom Mitrokhin <amitrokhin@google.com> | Mon Nov 25 10:38:48 2024 -0500 |
committer | Artsiom Mitrokhin <amitrokhin@google.com> | Mon Nov 25 10:52:36 2024 -0500 |
tree | 315a0136a357dc29894bd81b8f9f44ab5ddeafe5 | |
parent | 8ed2ef90291acc5047b0b5b1b5a396539b912ace [diff] |
Prevent spawning multiple pinning popups on right click The dismiss logic only checks for `ACTION_DOWN` events, but when the user frequently right-clicks OR right-press-move-release, we get multiple `ACTION_MOVE` events instead, which are ignored by the dismiss logic of the previous popup instance. Attached screen recordings to the bug. Bug: 362475367 Flag: EXEMPT bugfix Test: manual Change-Id: I665c3127e4b449a8f4c71e443cc6ae07c1bf2794