mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Add space after mention inserstion.
This commit is contained in:
parent
9d239bf94d
commit
e988308dc6
1 changed files with 1 additions and 0 deletions
|
@ -800,6 +800,7 @@ class MessageComposerFragment : VectorBaseFragment<FragmentComposerBinding>(), A
|
|||
// Rich text editor is enabled so we need to use its APIs
|
||||
permalinkService.createPermalink(userId)?.let { url ->
|
||||
(composer as RichTextComposerLayout).insertMention(url, displayName)
|
||||
composer.editText.append(" ")
|
||||
}
|
||||
} else {
|
||||
val pill = buildSpannedString {
|
||||
|
|
Loading…
Add table
Reference in a new issue