mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
fixing an error toast message
This commit is contained in:
@ -63,7 +63,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:f0369c00f3'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:af11ea2e30'
|
||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
||||
implementation 'com.github.tibbi:android-smsmms:3581774c39'
|
||||
|
@ -1229,8 +1229,10 @@ class ThreadActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
setupAdapter()
|
||||
runOnUiThread {
|
||||
setupSIMSelector()
|
||||
}
|
||||
}
|
||||
|
||||
private fun isMmsMessage(text: String): Boolean {
|
||||
val isGroupMms = participants.size > 1 && config.sendGroupMessageMMS
|
||||
|
Reference in New Issue
Block a user