mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-02 19:52:24 -05:00
Fixed group count while changing name (#589)
This commit is contained in:
@@ -36,6 +36,7 @@ class RenameGroupDialog(val activity: BaseSimpleActivity, val group: Group, val
|
||||
}
|
||||
|
||||
group.title = newTitle
|
||||
group.contactsCount = 0
|
||||
ensureBackgroundThread {
|
||||
if (group.isPrivateSecretGroup()) {
|
||||
activity.groupsDB.insertOrUpdate(group)
|
||||
|
||||
Reference in New Issue
Block a user