Ensure we are on main thread
This commit is contained in:
parent
71e5e06c60
commit
164605e42f
1 changed files with 3 additions and 1 deletions
|
|
@ -676,7 +676,9 @@ class ThreadActivity : SimpleActivity() {
|
||||||
} else {
|
} else {
|
||||||
messages.first().participants
|
messages.first().participants
|
||||||
}
|
}
|
||||||
maybeDisableShortCodeReply()
|
runOnUiThread {
|
||||||
|
maybeDisableShortCodeReply()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue