Fix stale unlock icon

Bug: 17405104
Change-Id: I2076c5008fc3617b8a0da5f547bbdca27ce875f4
This commit is contained in:
Adrian Roos
2014-10-27 14:20:30 +01:00
parent 5b820a8aa1
commit b9ae09066c

View File

@@ -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(