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

Commit b5f2088c authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Merge commit '7f71d01c'

parents 69ccdbd7 7f71d01c
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);
        }
    }