Fixing spaces after url

This commit is contained in:
Vitor Pamplona
2023-03-23 15:21:25 -04:00
parent ed1e080fbe
commit e4c98cf39f

View File

@@ -145,7 +145,7 @@ fun RichTextViewer(
} else if (videoExtension.matcher(removedParamsFromUrl).matches()) {
VideoView(word)
} else {
UrlPreview(word, word)
UrlPreview(word, "$word ")
}
} else if (Patterns.EMAIL_ADDRESS.matcher(word).matches()) {
ClickableEmail(word)