Adds a space in a bookmark author's name

This commit is contained in:
Vitor Pamplona
2023-05-20 20:35:13 -04:00
parent 639569cd86
commit 2eb0096630
@@ -1366,7 +1366,7 @@ fun DisplayHighlight(
if (userDisplayName != null) {
CreateClickableTextWithEmoji(
clickablePart = userDisplayName,
suffix = "",
suffix = " ",
tags = userTags,
route = route,
navController = navController