OSDN Git Service

Don't check the keyguard PIN a second time
authorJim Miller <jaggies@google.com>
Wed, 26 Aug 2015 02:36:22 +0000 (19:36 -0700)
committerJim Miller <jaggies@google.com>
Thu, 27 Aug 2015 01:17:37 +0000 (18:17 -0700)
commited7dcc2dc593e7b75340df2b22cb4b07cce351eb
tree38d304d062dd1974061cd89ccde0092c981d02f9
parent01c5bf5470a8c1c75f74792d8be1dada3a6f7b8a
Don't check the keyguard PIN a second time

If you tap the enter key twice on the keyguard PIN entry
screen, the second tap can sometimes register because keyguard
hasn't been dismissed yet.  The fix is to ignore a second attempt
after the PIN has already been verified.

Fixes bug 19216025

Change-Id: I73a004e91e43f3da65ec84f90de6943e717d737f
packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java
packages/Keyguard/src/com/android/keyguard/KeyguardPinBasedInputView.java