updating commons
This commit is contained in:
parent
c376cdb2a5
commit
d223266f1b
|
@ -56,7 +56,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.27.29'
|
||||
implementation 'com.simplemobiletools:commons:5.28.12'
|
||||
implementation 'org.greenrobot:eventbus:3.2.0'
|
||||
implementation 'com.klinkerapps:android-smsmms:5.2.6'
|
||||
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
|
||||
|
|
|
@ -103,7 +103,7 @@ class NewConversationActivity : SimpleActivity() {
|
|||
|
||||
private fun fetchContacts() {
|
||||
fillSuggestedContacts {
|
||||
SimpleContactsHelper(this).getAvailableContacts {
|
||||
SimpleContactsHelper(this).getAvailableContacts(false) {
|
||||
allContacts = it
|
||||
|
||||
runOnUiThread {
|
||||
|
|
|
@ -202,7 +202,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
thread_messages_list.adapter = adapter
|
||||
}
|
||||
|
||||
SimpleContactsHelper(this).getAvailableContacts {
|
||||
SimpleContactsHelper(this).getAvailableContacts(false) {
|
||||
runOnUiThread {
|
||||
val adapter = AutoCompleteTextViewAdapter(this, it)
|
||||
add_contact_or_number.setAdapter(adapter)
|
||||
|
|
Loading…
Reference in New Issue