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

am: 6997660506

Change-Id: Iece0a3dd1f997b4848095a68ea4dc968966e4e70
This commit is contained in:
Lucas Dupin
2018-11-26 02:32:05 -08:00
committed by android-build-merger

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);