Fixed marking as read/unread not refreshing list
This commit is contained in:
parent
90fcc031bc
commit
d2d291069c
3 changed files with 8 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
private fun sendMessage() {
|
||||
val msg = thread_type_message.value
|
||||
var msg = thread_type_message.value
|
||||
if (msg.isEmpty() && attachmentSelections.isEmpty()) {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue