mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed attaching file to conversation from third party app using shortcut if matching conversation is already displayed
This commit is contained in:
parent
4b14f603c6
commit
ef671bb609
1 changed files with 2 additions and 0 deletions
|
|
@ -504,6 +504,8 @@ open class ConversationFragment : SlidingPaneChildFragment() {
|
|||
)
|
||||
}
|
||||
} else {
|
||||
sharedViewModel.displayedChatRoom = viewModel.chatRoom
|
||||
|
||||
sendMessageViewModel.configureChatRoom(viewModel.chatRoom)
|
||||
adapter.setIsConversationSecured(viewModel.isEndToEndEncrypted.value == true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue