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

Commit 2c84ca38 authored by RoboErik's avatar RoboErik Committed by Android Git Automerger
Browse files

am befdf350: Move return out of debug conditional

* commit 'befdf350a6e0b897a7d6825523de9875403d1a85':
  Move return out of debug conditional
parents f2b2599c b7c014c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -776,8 +776,8 @@ public class MediaSessionService extends SystemService implements Monitor {
                if ((flags & AudioManager.FLAG_ACTIVE_MEDIA_ONLY) != 0) {
                    if (DEBUG) {
                        Log.d(TAG, "No active session to adjust, skipping media only volume event");
                        return;
                    }
                    return;
                }
                try {
                    mAudioService.adjustSuggestedStreamVolume(direction, suggestedStream, flags,