commit | e640689bfa9e3e075b9363457f3f0da61e8c0cac | [log] [tgz] |
---|---|---|
author | Ilya Matyukhin <ilyamaty@google.com> | Fri Aug 14 11:25:26 2020 -0700 |
committer | Ilya Matyukhin <ilyamaty@google.com> | Fri Aug 14 11:25:26 2020 -0700 |
tree | b137e16c46f0248763a48cc2331bec884d6c709e | |
parent | 08f71754455dd39673db543f8c15cbe4da0c707f [diff] |
Fix incorrect state transitions The illumination dot and HBM would sometimes stay after enrollment or authentication. This was because the OnTouchListener would pick up a "fingerDown" event while the dialog was in the process of hiding. Fixed by removing the listener and forcing the dialog into the "fingerUp" state when hiding the dialog. Bug: 162010430 Test: manual on device Change-Id: Icfc14ce04a6c9ca02538d9ff82caf32d380ee6d1