fix copy order for multi-message copy

This commit is contained in:
Evgeny @ SimpleX Chat
2026-04-01 16:32:50 +00:00
parent 8a7fe11b17
commit 4c3740da66
@@ -108,7 +108,7 @@ class SelectionManager {
sel.first.coerceAtMost(text.length),
(sel.last + 1).coerceAtMost(text.length)
)
}.joinToString("\n")
}.reversed().joinToString("\n")
}
}