Loading android/app/src/com/android/bluetooth/mapclient/MapClientService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
android/app/src/com/android/bluetooth/mapclient/MapClientService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading