updating commons

This commit is contained in:
tibbi 2020-05-18 23:06:11 +02:00
parent c376cdb2a5
commit d223266f1b
3 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ class NewConversationActivity : SimpleActivity() {
private fun fetchContacts() {
fillSuggestedContacts {
SimpleContactsHelper(this).getAvailableContacts {
SimpleContactsHelper(this).getAvailableContacts(false) {
allContacts = it
runOnUiThread {