Sort all contact names and keep them in up to date list
This commit is contained in:
@@ -70,6 +70,7 @@ class Contact(var name: String, var uri: String, var color: Int, val id: Long) {
|
||||
BaresipService.contacts.add(contact)
|
||||
}
|
||||
}
|
||||
Utils.reloadContactNames()
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user