Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5b3a35c authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 5f3af144: am d59f5c02: am a78181b6: Merge "Fix touch-to-wake while dozing" into mnc-dr-dev

* commit '5f3af144':
  Fix touch-to-wake while dozing
parents 80581f7a 5f3af144
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
                    }