From b9ae09066c315a3bdb01e1bd9d3d21cd0e2ea3f1 Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Mon, 27 Oct 2014 14:20:30 +0100 Subject: [PATCH] Fix stale unlock icon Bug: 17405104 Change-Id: I2076c5008fc3617b8a0da5f547bbdca27ce875f4 --- .../systemui/statusbar/phone/KeyguardBottomAreaView.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java index dd5df123c4bb3..7d73a60389aca 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java @@ -477,6 +477,11 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL public void onScreenTurnedOff(int why) { updateLockIcon(); } + + @Override + public void onKeyguardVisibilityChanged(boolean showing) { + updateLockIcon(); + } }; public void setKeyguardIndicationController(