Sort all contact names and keep them in up to date list

This commit is contained in:
Juha Heinanen
2022-02-15 17:24:26 +02:00
parent 4472dcddec
commit 6bb4de4940
4 changed files with 11 additions and 2 deletions
@@ -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
}