fixed disappearing 'leave conversation' entry for DM

This commit is contained in:
Mariotaku Lee 2017-03-20 22:09:36 +08:00
parent 6618bfccc4
commit 6b5a41509c
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ class MessageConversationInfoFragment : BaseFragment(), IToolBarSupportFragment,
}
adapter.conversation = data
activity?.supportInvalidateOptionsMenu()
}
private fun performDestroyConversation() {