fixing an error toast message
This commit is contained in:
parent
64097665c4
commit
ce35553eca
|
@ -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,7 +1229,9 @@ class ThreadActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
setupAdapter()
|
||||
setupSIMSelector()
|
||||
runOnUiThread {
|
||||
setupSIMSelector()
|
||||
}
|
||||
}
|
||||
|
||||
private fun isMmsMessage(text: String): Boolean {
|
||||
|
|
Loading…
Reference in New Issue