mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-16 19:50:40 +01:00
Ensure we are on main thread
This commit is contained in:
parent
71e5e06c60
commit
164605e42f
@ -676,7 +676,9 @@ class ThreadActivity : SimpleActivity() {
|
||||
} else {
|
||||
messages.first().participants
|
||||
}
|
||||
maybeDisableShortCodeReply()
|
||||
runOnUiThread {
|
||||
maybeDisableShortCodeReply()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user