* commit '117faced25861b39abac90dc284981efcca811c2': Fixed an inconsistency when booting up with SIMPIn
This commit is contained in:
@@ -329,7 +329,9 @@ public class KeyguardSecurityContainer extends FrameLayout implements KeyguardSe
|
||||
case SimPuk:
|
||||
// Shortcut for SIM PIN/PUK to go to directly to user's security screen or home
|
||||
SecurityMode securityMode = mSecurityModel.getSecurityMode();
|
||||
if (securityMode != SecurityMode.None) {
|
||||
if (securityMode != SecurityMode.None
|
||||
|| !mLockPatternUtils.isLockScreenDisabled(
|
||||
KeyguardUpdateMonitor.getCurrentUser())) {
|
||||
showSecurityScreen(securityMode);
|
||||
} else {
|
||||
finish = true;
|
||||
|
||||
Reference in New Issue
Block a user