mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-26 19:35:48 +00:00
reorder lines
This commit is contained in:
+1
-1
@@ -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)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user