mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed newly created contact not appearing in contacts list
This commit is contained in:
parent
f8aaf2de63
commit
2d33f9489f
1 changed files with 1 additions and 0 deletions
|
|
@ -348,6 +348,7 @@ class ContactsManager
|
|||
for (sipAddress in friend.addresses) {
|
||||
newContactAddedWithSipUri(friend, sipAddress.asStringUriOnly())
|
||||
}
|
||||
notifyContactsListChanged()
|
||||
}
|
||||
|
||||
@WorkerThread
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue