Fix group enable
This commit is contained in:
parent
2745148e31
commit
7c08b6b711
1 changed files with 5 additions and 1 deletions
|
@ -418,7 +418,11 @@ public class MapMarkersGroupsAdapter extends RecyclerView.Adapter<RecyclerView.V
|
|||
}
|
||||
}
|
||||
}
|
||||
if(!disabled) {
|
||||
mapMarkersHelper.enableGroup(group);
|
||||
} else {
|
||||
mapMarkersHelper.runSynchronization(group);
|
||||
}
|
||||
|
||||
|
||||
if (disabled) {
|
||||
|
|
Loading…
Reference in a new issue