OSDN Git Service

Fix issue where bouncer won't be dismissed when being dragged
authorLucas Dupin <dupin@google.com>
Fri, 12 Jul 2019 08:46:11 +0000 (17:46 +0900)
committerLucas Dupin <dupin@google.com>
Fri, 12 Jul 2019 08:46:11 +0000 (17:46 +0900)
commitb7d3274126612395f29dd620cc1bc21d41164134
tree3f08c22a681dfea8d2c118f17f99dd02fdc6a6ca
parent74a075348105a53ee1dc62cc16f1c070db2a25fb
Fix issue where bouncer won't be dismissed when being dragged

Because the animation might have finished but bouncer is not fully visible yet.

Test: start dragging, wait for animation, then auth with face
Fixes: 132846921
Change-Id: I0155d0ddffb628c94c9d427826f54995bc9b3671
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java