commit | 88280a65652db7db68207aa518728e211119c41e | [log] [tgz] |
---|---|---|
author | Austin Delgado <austindelgado@google.com> | Tue Nov 26 14:48:54 2024 -0800 |
committer | Austin Delgado <austindelgado@google.com> | Tue Dec 03 12:08:09 2024 -0800 |
tree | 7261bfb360529338504a2fd7d322e615582b01ad | |
parent | 11f374743908ca3fbf7a05415f82fc1b6f32d04c [diff] |
Always send setIgnoreDisplayTouches from UdfpsOverlayInteractor Previously, we ignored sending setIgnoreDisplayTouches when the state tracked in UdfpsOverlayInteractor did not change. In rare cases, this state becomes out of sync causing a setIgnoreDisplayTouches call to be missed. Avoid this by always sending setIgnoreDisplayTouches. Flag: EXEMPT bugfix Bug: 379242441 Test: atest UdfpsOverlayInteractorTest Change-Id: I01b7f8cba7f0bfc0de62511cc004fb66caa7eee1