commit | 68fc44ffadb80bb6bb5c3432092dcc5536cd5f54 | [log] [tgz] |
---|---|---|
author | Sebastian Franco <fransebas@google.com> | Fri Sep 23 17:50:07 2022 -0500 |
committer | Sebastian Franco <fransebas@google.com> | Tue Oct 11 09:54:46 2022 -0500 |
tree | 646b37b5d83e0f40c7be1a99d48a10c570353cee | |
parent | 1874371aab87e90b1cf8a5524eafc81cd4506f3f [diff] |
Prevent double touch inputs in the BaseDragLayer If you hold a long press and while pressing you start another long press again with another finger, then a new onLongPress event will trigger and in some cases we are not processing that case. By ignoring the evetns with the flag ACTION_OUTSIDE we can prevent such cases. Fix: 247477725 Test: ReorderWidgets Change-Id: I31833bc54db2771809562bd1f92c8523eb2f05ab