am 9622c0cc: Merge "Follow-up to empty keyguard issue" into mnc-dev

* commit '9622c0cc900da84c903f0395053dd4d9a9e4f53d':
  Follow-up to empty keyguard issue
This commit is contained in:
Selim Cinek
2015-06-22 21:20:25 +00:00
committed by Android Git Automerger

View File

@@ -185,7 +185,7 @@ public class StatusBarKeyguardViewManager {
}
public void notifyScreenWakeUpRequested() {
mScreenWillWakeUp = true;
mScreenWillWakeUp = !mScreenOn;
}
public void verifyUnlock() {