fixing an error toast message

This commit is contained in:
tibbi 2022-11-15 23:03:57 +01:00
parent 64097665c4
commit ce35553eca
2 changed files with 4 additions and 2 deletions

View file

@ -1229,7 +1229,9 @@ class ThreadActivity : SimpleActivity() {
}
setupAdapter()
setupSIMSelector()
runOnUiThread {
setupSIMSelector()
}
}
private fun isMmsMessage(text: String): Boolean {