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

Commit 0bbec7b7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix log spam that got in here somehow." into sc-dev am: 75c9ab57

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15285499

Change-Id: Ifd866f86e802fb0058ddacf58d734f08821fad4c
parents 9ccb70c7 75c9ab57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2311,7 +2311,6 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable,
        // only play "unlock" noises if not on a call (since the incall UI
        // disables the keyguard)
        if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) {
            Log.i("TEST", "playSounds: false");
            playSounds(false);
        }