* commit '5f3af1449aa9a86768f7768c14eaeba927733c91': 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