Fixed marking as read/unread not refreshing list

This commit is contained in:
Agnieszka C 2021-09-14 19:03:04 +02:00
parent 90fcc031bc
commit d2d291069c
3 changed files with 8 additions and 1 deletions

View file

@ -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
}