Update OsMoGroups.java

This commit is contained in:
vshcherb 2014-05-29 16:09:30 +02:00
parent 3bfa6dcd42
commit 03b4df51d9

View file

@ -171,6 +171,7 @@ public class OsMoGroups implements OsMoReactor, OsmoTrackerListener {
} else if(command.equalsIgnoreCase("GROUP_CONNECT")) {
group = storage.getGroup(gid);
if(group != null) {
group.users.clear();
mergeGroup(group, obj, true);
group.active = true;
// connect to all devices in group