mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18: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
a7593e07fc
commit
6f09853424
1 changed files with 2 additions and 0 deletions
|
|
@ -509,6 +509,8 @@ open class ConversationFragment : SlidingPaneChildFragment() {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
sharedViewModel.displayedChatRoom = viewModel.chatRoom
|
||||||
|
|
||||||
sendMessageViewModel.configureChatRoom(viewModel.chatRoom)
|
sendMessageViewModel.configureChatRoom(viewModel.chatRoom)
|
||||||
adapter.setIsConversationSecured(viewModel.isEndToEndEncrypted.value == true)
|
adapter.setIsConversationSecured(viewModel.isEndToEndEncrypted.value == true)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue