Remove group when syncGroup is removed
This commit is contained in:
parent
fdd2c80244
commit
a9e539e339
1 changed files with 4 additions and 0 deletions
|
@ -611,6 +611,10 @@ public class MapMarkersHelper {
|
|||
if (removeActiveMarkers) {
|
||||
removeActiveMarkersFromSyncGroup(id);
|
||||
}
|
||||
MapMarkersGroup group = getMapMarkerGroupByName(id);
|
||||
if (group != null) {
|
||||
mapMarkersGroups.remove(group);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue