Merge "Show prompt reason on scrimmed bouncer" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-28 04:17:58 +00:00
committed by Android (Google) Code Review

View File

@@ -248,6 +248,7 @@ public class KeyguardBouncer {
if (mExpansion == EXPANSION_VISIBLE) {
mKeyguardView.onResume();
mKeyguardView.resetSecurityContainer();
showPromptReason(mBouncerPromptReason);
}
SysUiStatsLog.write(SysUiStatsLog.KEYGUARD_BOUNCER_STATE_CHANGED,
SysUiStatsLog.KEYGUARD_BOUNCER_STATE_CHANGED__STATE__SHOWN);