Adds "₿itcoin" to the set of custom hashtags

This commit is contained in:
Vitor Pamplona
2024-02-13 12:42:46 -05:00
parent 0ec4b9b59f
commit 74f0393706
2 changed files with 1 additions and 8 deletions
@@ -32,6 +32,7 @@ fun checkForHashtagWithIcon(
primary: Color, primary: Color,
): HashtagIcon? { ): HashtagIcon? {
return when (tag.lowercase()) { return when (tag.lowercase()) {
"₿itcoin",
"bitcoin", "bitcoin",
"btc", "btc",
"timechain", "timechain",
@@ -623,14 +623,6 @@ private fun DisplayFullNote(
@Composable @Composable
fun HashTag( fun HashTag(
word: HashTagSegment,
nav: (String) -> Unit,
) {
RenderHashtag(word, nav)
}
@Composable
private fun RenderHashtag(
segment: HashTagSegment, segment: HashTagSegment,
nav: (String) -> Unit, nav: (String) -> Unit,
) { ) {