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,7 +676,9 @@ class ThreadActivity : SimpleActivity() {
|
|||||||
} else {
|
} else {
|
||||||
messages.first().participants
|
messages.first().participants
|
||||||
}
|
}
|
||||||
maybeDisableShortCodeReply()
|
runOnUiThread {
|
||||||
|
maybeDisableShortCodeReply()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user