Merge "Follow-up to empty keyguard issue" into mnc-dev

This commit is contained in:
Selim Cinek
2015-06-22 21:12:56 +00:00
committed by Android (Google) Code Review

View File

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