OSDN Git Service

Fixed an accessibility issue with the pin view
authorSelim Cinek <cinek@google.com>
Thu, 22 Jun 2017 22:24:11 +0000 (15:24 -0700)
committerSelim Cinek <cinek@google.com>
Thu, 22 Jun 2017 22:33:27 +0000 (15:33 -0700)
commit8a72b06a26718cb8bdfd2ad6ae31623b60911f39
treeb7181d05552c8be9a595ab47000d70be8a7fd241
parentf044e0b87f1407847c48eb2092a0dfaf5f527320
Fixed an accessibility issue with the pin view

We were sending an accessibility event even if there were no
characters left, leading to an additional "bullet deleted"
notice.

Test: input pin, delte pins one bye one, observe no talkback spoken anymore at the end
Bug: 62714260
Change-Id: Iee751e31f702f4b0dc6d5a15d31d58e71bfa797e
packages/SystemUI/src/com/android/keyguard/PasswordTextView.java