diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatItemInfoView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatItemInfoView.kt index 4883b69bc0..4aaa50eb27 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatItemInfoView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatItemInfoView.kt @@ -203,8 +203,8 @@ fun ChatItemInfoView(chatRh: Long?, ci: ChatItem, ciInfo: ChatItemInfo, devTools click = { withBGApi { openChat(chatRh, forwardedFromItem.chatInfo, chatModel) + ModalManager.end.closeModals() } - ModalManager.end.closeModals() }, padding = PaddingValues(start = 15.dp, end = DEFAULT_PADDING) ) {