Fixed attaching file to conversation from third party app using shortcut if matching conversation is already displayed

This commit is contained in:
Sylvain Berfini 2026-01-05 10:40:35 +01:00
parent a7593e07fc
commit 6f09853424

View file

@ -509,6 +509,8 @@ open class ConversationFragment : SlidingPaneChildFragment() {
)
}
} else {
sharedViewModel.displayedChatRoom = viewModel.chatRoom
sendMessageViewModel.configureChatRoom(viewModel.chatRoom)
adapter.setIsConversationSecured(viewModel.isEndToEndEncrypted.value == true)