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

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

Merge "Bluetooth: Fix incorrect map access"

am: ecf92c77

Change-Id: Ib58b8822f9312c6c2cbd955d2dc9775fec684ff7
parents 375b9717 ecf92c77
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();