Loading policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -214,9 +214,9 @@ public class KeyguardViewManager { */ public synchronized void reset() { if (DEBUG) Log.d(TAG, "reset()"); if (mKeyguardView != null) { mKeyguardView.reset(); } // User might have switched, check if we need to go back to keyguard // TODO: It's preferable to stay and show the correct lockscreen or unlock if none maybeCreateKeyguardLocked(shouldEnableScreenRotation()); } public synchronized void onScreenTurnedOff() { Loading Loading
policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewManager.java +3 −3 Original line number Diff line number Diff line Loading @@ -214,9 +214,9 @@ public class KeyguardViewManager { */ public synchronized void reset() { if (DEBUG) Log.d(TAG, "reset()"); if (mKeyguardView != null) { mKeyguardView.reset(); } // User might have switched, check if we need to go back to keyguard // TODO: It's preferable to stay and show the correct lockscreen or unlock if none maybeCreateKeyguardLocked(shouldEnableScreenRotation()); } public synchronized void onScreenTurnedOff() { Loading