Fix touch-to-wake while dozing
Bug: 23113439 Change-Id: I7abcf1b4298fc832ba78df742c691246766993b1
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