am a78181b6: Merge "Fix touch-to-wake while dozing" into mnc-dr-dev
* commit 'a78181b6a88d4ce32bb2b1f01e03b9b048dbaf54': 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