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) { if (userDisplayName != null) {
CreateClickableTextWithEmoji( CreateClickableTextWithEmoji(
clickablePart = userDisplayName, clickablePart = userDisplayName,
suffix = "", suffix = " ",
tags = userTags, tags = userTags,
route = route, route = route,
navController = navController navController = navController