fixed disappearing 'leave conversation' entry for DM
This commit is contained in:
parent
6618bfccc4
commit
6b5a41509c
|
@ -274,6 +274,8 @@ class MessageConversationInfoFragment : BaseFragment(), IToolBarSupportFragment,
|
|||
}
|
||||
|
||||
adapter.conversation = data
|
||||
|
||||
activity?.supportInvalidateOptionsMenu()
|
||||
}
|
||||
|
||||
private fun performDestroyConversation() {
|
||||
|
|
Loading…
Reference in New Issue