Fix Clock flickers after reboot with strong authentication

am: d5060280cb

Change-Id: I5bab533b677a7bbcf7fdb5292fe3795784f86c11
This commit is contained in:
felkachang
2018-05-08 19:43:07 -07:00
committed by android-build-merger

View File

@@ -266,6 +266,7 @@ public class FingerprintUnlockController extends KeyguardUpdateMonitorCallback {
}
private void showBouncer() {
mStatusBarKeyguardViewManager.showBouncer(false);
mStatusBarKeyguardViewManager.animateCollapsePanels(
FINGERPRINT_COLLAPSE_SPEEDUP_FACTOR);
mPendingShowBouncer = false;