mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-01 22:18:43 +00:00
fix copy order for multi-message copy
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ class SelectionManager {
|
||||
sel.first.coerceAtMost(text.length),
|
||||
(sel.last + 1).coerceAtMost(text.length)
|
||||
)
|
||||
}.joinToString("\n")
|
||||
}.reversed().joinToString("\n")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user