Adds a space in a bookmark author's name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user