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

Commit 118c40c3 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Bluetooth: Fix incorrect map access" am: ecf92c77

am: 91030836

Change-Id: I9c8bcb1b46520a4201728cb7cae77829905bcbaf
parents cb47ce0d 91030836
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();