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

Commit 853cbe38 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Don't play lock sound when just resetting Keyguard

Bug: 21595440
Change-Id: I9bd470d051f4851dcde83099f1ba1f0a9bae429a
parent 5f185270
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);
            }
        }