* commit 'd59f5c02810095bba4bc7a47f9169655d4be7521': Fix touch-to-wake while dozing
This commit is contained in:
@@ -473,7 +473,7 @@ public class KeyguardViewMediator extends SystemUI {
|
||||
mWakeAndUnlocking = true;
|
||||
mStatusBarKeyguardViewManager.setWakeAndUnlocking();
|
||||
keyguardDone(true);
|
||||
} else if (mShowing && mDeviceInteractive) {
|
||||
} else if (mShowing) {
|
||||
if (wakeAndUnlocking) {
|
||||
mStatusBarKeyguardViewManager.notifyDeviceWakeUpRequested();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user