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

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

am 853cbe38: Don\'t play lock sound when just resetting Keyguard

* commit '853cbe38':
  Don't play lock sound when just resetting Keyguard
parents 184aeb9e 853cbe38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -658,7 +658,7 @@ public class KeyguardViewMediator extends SystemUI {
                mPendingLock = true;
            }

            if (mPendingLock || mPendingReset) {
            if (mPendingLock) {
                playSounds(true);
            }
        }