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

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

Merge "Synchronize DeviceDisconnect in VolumeManager" am: 1bc9b8ba

am: acfeb7ce

Change-Id: I27a921c3b33cedfc517becb548c6706f8da82cd1
parents cce72e96 acfeb7ce
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);
    }