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

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

Merge "Synchronize DeviceDisconnect in VolumeManager" am: 1bc9b8ba am: acfeb7ce

am: 7184ac4f

Change-Id: Ib77b6e6b3c477e029e4f5f7b83e7601444fb42d2
parents abeaf035 7184ac4f
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);
    }