From a00a3bed6c423739d3d55542b06295f7b838f641 Mon Sep 17 00:00:00 2001 From: Avently <7953703+avently@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:22:53 +0700 Subject: [PATCH] reorder lines --- .../kotlin/chat/simplex/common/views/chat/ChatItemInfoView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) {