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

Commit 6fa05e8b authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "Merge commit '7f71d01c'"

parents 62b21c69 b5f2088c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -861,8 +861,9 @@ public class AudioService extends IAudioService.Stub {
                // Post a persist master volume msg
                sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME, SENDMSG_REPLACE,
                        Math.round(volume * (float)1000.0), 0, null, PERSIST_DELAY);
                sendMasterVolumeUpdate(flags, oldVolume, newVolume);
            }
            // Send the volume update regardless whether there was a change.
            sendMasterVolumeUpdate(flags, oldVolume, newVolume);
        }
    }