mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 23:02:32 +02:00
Fixing spaces after url
This commit is contained in:
@@ -145,7 +145,7 @@ fun RichTextViewer(
|
|||||||
} else if (videoExtension.matcher(removedParamsFromUrl).matches()) {
|
} else if (videoExtension.matcher(removedParamsFromUrl).matches()) {
|
||||||
VideoView(word)
|
VideoView(word)
|
||||||
} else {
|
} else {
|
||||||
UrlPreview(word, word)
|
UrlPreview(word, "$word ")
|
||||||
}
|
}
|
||||||
} else if (Patterns.EMAIL_ADDRESS.matcher(word).matches()) {
|
} else if (Patterns.EMAIL_ADDRESS.matcher(word).matches()) {
|
||||||
ClickableEmail(word)
|
ClickableEmail(word)
|
||||||
|
Reference in New Issue
Block a user