Fix bug with user color
This commit is contained in:
parent
89d935d283
commit
95eee530c1
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ public class OsMoGroupsStorage {
|
|||
obj.put(ENABLED, true);
|
||||
}
|
||||
obj.put(GROUP_ID, gr.groupId);
|
||||
ar.put(obj);
|
||||
ar.put(obj);
|
||||
saveGroupUsers(gr, obj);
|
||||
}
|
||||
mainObj.put(GROUPS, ar);
|
||||
} catch (JSONException e) {
|
||||
|
|
Loading…
Reference in a new issue