move more

This commit is contained in:
Evgeny @ SimpleX Chat
2026-04-02 19:15:46 +00:00
parent 21ebb3505d
commit 15b8c3af2f

View File

@@ -1007,6 +1007,11 @@ fun ChatLayout(
CommandsMenuView(chatsCtx, chat, composeState, showCommandsMenu)
}
}
// Copy button: last child of chat Box — above messages,
// behind compose (ABPL paints compose after) and toolbars (outer Box paints after ABPL)
if (appPlatform.isDesktop) {
SelectionCopyButton()
}
}
}
if (chatsCtx.contentTag == MsgContentTag.Report) {
@@ -1058,10 +1063,6 @@ fun ChatLayout(
}
}
}
// Copy button: above messages, behind toolbars/compose
if (appPlatform.isDesktop) {
SelectionCopyButton()
}
val reportsCount = reportsCount(chatInfo?.id)
val supportUnreadCount = supportUnreadCount(chatInfo?.id)
if (oneHandUI.value && chatBottomBar.value) {