diff options
Diffstat (limited to 'packages/SystemUI')
-rwxr-xr-x | packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java index c78119e..110edd8 100755 --- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java @@ -517,7 +517,7 @@ public class KeyguardViewMediator extends SystemUI { break; case READY: synchronized (this) { - if (mInternallyDisabled) { + if (mInternallyDisabled && !mUpdateMonitor.isSimPinSecure()) { hideLocked(); } else if (mShowing) { resetStateLocked(); |