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