commit | d075b63c5287281796b778f8239c41d03f14691a | [log] [tgz] |
---|---|---|
author | Beverly <beverlyt@google.com> | Fri Apr 17 13:18:14 2020 -0400 |
committer | Beverly <beverlyt@google.com> | Mon Apr 20 13:57:39 2020 -0400 |
tree | 625ce3b8520ce75c8f8b8acdbe9c71370256a4b1 | |
parent | 9b6af1dcc58723b86988ac42993af0b07416a2ee [diff] |
A11y services can perform click on keyguard notifs When notifications are showing on the keyguard, notifications must be double-tapped to open. These touches are intercepted in the ActivatableNotificationViewController's touch handler, so we do not need to double-check for mNeedsDimming on performClick in the view. The removal of this check allows a11y services to perform clicks on the view. Test: manual Fixes: 130588833 Change-Id: Ie4b9a928599a056dba982ef12f974b8a2bf14f59