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

Commit 36168305 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6671561 from 93998739 to rvc-release

Change-Id: I5bf477af7dd80eb1c76dc547dc583cb62cc9cd24
parents 9b2b2e8d 93998739
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -176,7 +176,8 @@ class AvrcpVolumeManager extends AudioDeviceCallback {
                        + " deviceVolume=" + deviceVolume
                        + " sDeviceMaxVolume=" + sDeviceMaxVolume);
        mAudioManager.setStreamVolume(AudioManager.STREAM_MUSIC, deviceVolume,
                AudioManager.FLAG_SHOW_UI | AudioManager.FLAG_BLUETOOTH_ABS_VOLUME);
                (deviceVolume != getVolume(device, -1) ? AudioManager.FLAG_SHOW_UI : 0)
                    | AudioManager.FLAG_BLUETOOTH_ABS_VOLUME);
        storeVolumeForDevice(device);
    }