From 339174c88d0f76d9e9a247860a6ce2bdd9c4d7a7 Mon Sep 17 00:00:00 2001 From: Beverly Date: Wed, 6 Jan 2021 11:42:55 -0500 Subject: [PATCH] Reset bouncer hidden amount on keyguard show in order to set the lock icon color appropriately Test: manual Fixes: 176784969 Change-Id: I07ce698d36a745aeb56d273e5e0c0dd2d135793f --- .../systemui/statusbar/phone/LockscreenLockIconController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java index ab0366e07b9cb..eceac3240ebc9 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java @@ -259,6 +259,7 @@ public class LockscreenLockIconController { force = true; } if (!wasShowing && mKeyguardShowing) { + setBouncerHideAmount(KeyguardBouncer.EXPANSION_HIDDEN); mKeyguardJustShown = true; } update(force);