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

Commit a87f1941 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ensure stream type valid in AudioService.isStreamMute"

parents a288f21a 93d32ef1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1945,6 +1945,7 @@ public class AudioService extends IAudioService.Stub
            streamType = getActiveStreamType(streamType);
        }
        synchronized (VolumeStreamState.class) {
            ensureValidStreamType(streamType);
            return mStreamStates[streamType].mIsMuted;
        }
    }