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

Commit 7995e144 authored by RoboErik's avatar RoboErik Committed by Android Git Automerger
Browse files

am 1b15ed72: am 390f77b3: am befdf350: Move return out of debug conditional

* commit '1b15ed72211e4996a9b8ee7651f8cc9823cf8b9b':
  Move return out of debug conditional
parents 4cadf2e1 c231679a
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,