Fix group enable

This commit is contained in:
Victor Shcherb 2018-04-16 01:41:29 +02:00
parent 2745148e31
commit 7c08b6b711

View file

@ -418,7 +418,11 @@ public class MapMarkersGroupsAdapter extends RecyclerView.Adapter<RecyclerView.V
}
}
}
if(!disabled) {
mapMarkersHelper.enableGroup(group);
} else {
mapMarkersHelper.runSynchronization(group);
}
if (disabled) {