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

Commit ca827946 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Store audible stream volume if A2DP device disconnets in mute state."...

Merge "Store audible stream volume if A2DP device disconnets in mute state." am: 1afe7502 am: d5f54e95 am: c2f4ff03 am: d0105026

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1324971

Change-Id: I42b8c2540f9dcf67ba09a2d0e91d8e9dfe6028aa
parents fa073d87 d0105026
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ class AvrcpVolumeManager extends AudioDeviceCallback {
    }

    synchronized void storeVolumeForDevice(@NonNull BluetoothDevice device) {
        int storeVolume =  mAudioManager.getStreamVolume(STREAM_MUSIC);
        int storeVolume =  mAudioManager.getLastAudibleStreamVolume(STREAM_MUSIC);
        storeVolumeForDevice(device, storeVolume);
    }