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

Commit ae6e8c3c 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: 16f98d38

am: 0fd59069

Change-Id: I565e1dfa9fb7cbccd77c0d9c1879c7fa4a0b7368
parents e40fd1af 0fd59069
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);
                }
            }
        }