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