Fix conversation not closing after delete bug.
This commit is contained in:
parent
34a4bda331
commit
976f80ff7e
1 changed files with 1 additions and 0 deletions
|
@ -2231,6 +2231,7 @@ class ConversationFragment :
|
|||
ConversationDialogs.displayDeleteDialog(requireContext(), recipient) {
|
||||
messageRequestViewModel
|
||||
.onDelete()
|
||||
.doAfterSuccess { activity?.finish() }
|
||||
.subscribeWithShowProgress("delete message request")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue