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

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

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

* commit '390f77b31b6c0cf71578e636154715fe462bcd93':
  Move return out of debug conditional
parents 58aec03a 2c84ca38
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,