reorder lines

This commit is contained in:
Avently
2024-04-17 18:22:53 +07:00
parent 3def436437
commit a00a3bed6c
@@ -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)
) {