Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +0 −2 Original line number Diff line number Diff line Loading @@ -2408,8 +2408,6 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, if (mLockPatternUtils.isLockScreenDisabled(mSelectedUserInteractor.getSelectedUserId()) && !lockedOrMissing && !forceShow) { if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off"); setShowingLocked(false, mAodShowing, "doKeyguardLocked"); hideLocked(); return; } Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +0 −2 Original line number Diff line number Diff line Loading @@ -2408,8 +2408,6 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, if (mLockPatternUtils.isLockScreenDisabled(mSelectedUserInteractor.getSelectedUserId()) && !lockedOrMissing && !forceShow) { if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off"); setShowingLocked(false, mAodShowing, "doKeyguardLocked"); hideLocked(); return; } Loading