mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
updating commons
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user