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

Commit 76d08672 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

am: 118c40c3

Change-Id: Iaa340d4e5a0f864fabac6e606886e5275c11c7b9
parents 0120c21c 118c40c3
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();