mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 19:21:32 +02:00
Fixes hashtag links
This commit is contained in:
@@ -546,8 +546,8 @@ fun DisplayUncitedHashtags(
|
||||
hashtags.forEach {
|
||||
if (!eventContent.contains(it, true)) {
|
||||
ClickableText(
|
||||
text = AnnotatedString("#$it "),
|
||||
onClick = { navController.navigate("Hashtag/$it") },
|
||||
text = AnnotatedString("#$hashtag "),
|
||||
onClick = { navController.navigate("Hashtag/$hashtag") },
|
||||
style = LocalTextStyle.current.copy(
|
||||
color = MaterialTheme.colors.primary.copy(
|
||||
alpha = 0.52f
|
||||
|
Reference in New Issue
Block a user