Merge "Fix touch-to-wake while dozing" into mnc-dr-dev
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