Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java +1 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ public class LockscreenLockIconController { force = true; } if (!wasShowing && mKeyguardShowing) { setBouncerHideAmount(KeyguardBouncer.EXPANSION_HIDDEN); mKeyguardJustShown = true; } update(force); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenLockIconController.java +1 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ public class LockscreenLockIconController { force = true; } if (!wasShowing && mKeyguardShowing) { setBouncerHideAmount(KeyguardBouncer.EXPANSION_HIDDEN); mKeyguardJustShown = true; } update(force); Loading