commit | 2db11209c6a4e85091bd06a00b0f75baa49c7913 | [log] [tgz] |
---|---|---|
author | Feng Cao <fengcao@google.com> | Tue Jun 02 19:26:31 2020 -0700 |
committer | Feng Cao <fengcao@google.com> | Tue Jun 02 22:08:11 2020 -0700 |
tree | 047989d1d83f9782ea0024cb7d22c5fc0faf78ee | |
parent | e60e6524b473d48aac87360fa5b3c78bd16407f5 [diff] |
Fix a bug to handle the touch ACTION_DOWN properly when inline suggestion view is obscured * if the user taps quickly such that there is only ACTION_DOWN and ACTION_UP, without ACTION_MOVE, it'd be possible that the isSecure check is not respected. This patch fixes that case. Test: atest android.autofillservice.cts.inline Bug: 157772682 Bug: 158038231 Change-Id: Icd21bf2f88259673bb9b20e46e63672648495eac