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

Commit f0da1ea7 authored by Cheney Ni's avatar Cheney Ni Committed by android-build-merger
Browse files

Merge "Unmute the streaming as the last step of changing active device" am:...

Merge "Unmute the streaming as the last step of changing active device" am: 16f98d38 am: 0fd59069
am: ae6e8c3c

Change-Id: I19a1fc40b2c309af174911225a922e00415e5874
parents 105bf802 ae6e8c3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@ public class A2dpService extends ProfileService {
                mAudioManager.handleBluetoothA2dpDeviceConfigChange(mActiveDevice);
                if (wasMuted) {
                    mAudioManager.adjustStreamVolume(AudioManager.STREAM_MUSIC,
                                AudioManager.ADJUST_MUTE, AudioManager.FLAG_BLUETOOTH_ABS_VOLUME);
                                AudioManager.ADJUST_UNMUTE, AudioManager.FLAG_BLUETOOTH_ABS_VOLUME);
                }
            }
        }