Fixed group count while changing name (#589)
This commit is contained in:
parent
d8940d6d37
commit
4a02c4e47e
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class RenameGroupDialog(val activity: BaseSimpleActivity, val group: Group, val
|
||||||
}
|
}
|
||||||
|
|
||||||
group.title = newTitle
|
group.title = newTitle
|
||||||
|
group.contactsCount = 0
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
if (group.isPrivateSecretGroup()) {
|
if (group.isPrivateSecretGroup()) {
|
||||||
activity.groupsDB.insertOrUpdate(group)
|
activity.groupsDB.insertOrUpdate(group)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue