Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dce37bd authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 5497305: Make sure we show SIM unlock when "None" is selected" into ics-mr0

parents 4b6353ea 9fa1ada3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback,
            return;
        }

        if (mLockPatternUtils.isLockScreenDisabled()) {
        if (mLockPatternUtils.isLockScreenDisabled() && !lockedOrMissing) {
            if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off");
            return;
        }