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

Commit f3a372d2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove the unbonded device from mDeviceGroupIdMap" am: 8fac923a am: 081d6fee

parents 5f704e19 081d6fee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -808,6 +808,8 @@ public class CsipSetCoordinatorService extends ProfileService {
            return;
        }

        mDeviceGroupIdMap.remove(device);

        synchronized (mStateMachines) {
            CsipSetCoordinatorStateMachine sm = mStateMachines.get(device);
            if (sm == null) {