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

Commit 5132d4c2 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Bluetooth: Fix incorrect map access" am: bcf1e4f7 am: 7c725a9f

am: 901d3ac1

Change-Id: Iaa340d4e5a0f864fabac6e606886e5275c11c7b9
parents 542c0faf 901d3ac1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ public class MapClientService extends ProfileService {
        if (DBG) {
            Log.d(TAG, "Statemachine exists for a device in unexpected state: " + state);
        }
        mMapInstanceMap.remove(mapStateMachine);
        mMapInstanceMap.remove(device);
        addDeviceToMapAndConnect(device);
        if (DBG) {
            StringBuilder sb = new StringBuilder();