commit | 6997660506721b28203fcfb3b1f58b4845e10b33 | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Mon Nov 26 10:12:05 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 26 10:12:05 2018 +0000 |
tree | aa230ab19e00efeac3212056d512b518db7f6222 | |
parent | f928c1e4b9121d9b65dbcdd7932f1ffff25bffc3 [diff] | |
parent | a2d94c581d486f0cacbdabb641d9f550bc714fe2 [diff] |
Merge "Fix the behavior of keyguard bouncer in a corner case"
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java index c74d09d..f7e6cc0 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
@@ -226,6 +226,7 @@ mShowingSoon = false; if (mExpansion == EXPANSION_VISIBLE) { mKeyguardView.onResume(); + mKeyguardView.resetSecurityContainer(); } StatsLog.write(StatsLog.KEYGUARD_BOUNCER_STATE_CHANGED, StatsLog.KEYGUARD_BOUNCER_STATE_CHANGED__STATE__SHOWN);