mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix conversation not closing after delete bug.
This commit is contained in:
committed by
Greyson Parrelli
parent
34a4bda331
commit
976f80ff7e
@@ -2231,6 +2231,7 @@ class ConversationFragment :
|
||||
ConversationDialogs.displayDeleteDialog(requireContext(), recipient) {
|
||||
messageRequestViewModel
|
||||
.onDelete()
|
||||
.doAfterSuccess { activity?.finish() }
|
||||
.subscribeWithShowProgress("delete message request")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user