mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
Ensure we are on main thread
This commit is contained in:
@@ -676,9 +676,11 @@ class ThreadActivity : SimpleActivity() {
|
||||
} else {
|
||||
messages.first().participants
|
||||
}
|
||||
runOnUiThread {
|
||||
maybeDisableShortCodeReply()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private fun isSpecialNumber(): Boolean {
|
||||
val addresses = participants.getAddresses()
|
||||
|
Reference in New Issue
Block a user