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

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

Merge "Synchronize DeviceDisconnect in VolumeManager" am: c75b0b9d am: 3d51e2da

am: d6be41c3

Change-Id: Ib77b6e6b3c477e029e4f5f7b83e7601444fb42d2
parents 1be7570d d6be41c3
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);
    }