Merge "Fix the behavior of keyguard bouncer in a corner case"

This commit is contained in:
Lucas Dupin
2018-11-26 10:12:05 +00:00
committed by Gerrit Code Review

View File

@@ -226,6 +226,7 @@ public class KeyguardBouncer {
mShowingSoon = false;
if (mExpansion == EXPANSION_VISIBLE) {
mKeyguardView.onResume();
mKeyguardView.resetSecurityContainer();
}
StatsLog.write(StatsLog.KEYGUARD_BOUNCER_STATE_CHANGED,
StatsLog.KEYGUARD_BOUNCER_STATE_CHANGED__STATE__SHOWN);