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

Commit acfeb7ce authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Synchronize DeviceDisconnect in VolumeManager"

am: 1bc9b8ba

Change-Id: Ief359f928e22451697b3409d78f0bac025694b73
parents 473e1b6b 1bc9b8ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ class AvrcpVolumeManager extends AudioDeviceCallback {
        mCurrentDevice = device;
    }

    void deviceDisconnected(@NonNull BluetoothDevice device) {
    synchronized void deviceDisconnected(@NonNull BluetoothDevice device) {
        d("deviceDisconnected: device=" + device);
        mDeviceMap.remove(device);
    }