Fix stale unlock icon
Bug: 17405104 Change-Id: I2076c5008fc3617b8a0da5f547bbdca27ce875f4
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user