mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 03:51:03 +01:00
Merge pull request #723 from Aga-C/fix-group-count
Fixed group count while changing name (#589)
This commit is contained in:
commit
166bd991a2
@ -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…
x
Reference in New Issue
Block a user