mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 03:51:03 +01:00
Fixed group count while changing name (#589)
This commit is contained in:
parent
d8940d6d37
commit
4a02c4e47e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user