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

View File

@ -32,6 +32,7 @@ fun checkForHashtagWithIcon(
primary: Color,
): HashtagIcon? {
return when (tag.lowercase()) {
"₿itcoin",
"bitcoin",
"btc",
"timechain",

View File

@ -623,14 +623,6 @@ private fun DisplayFullNote(
@Composable
fun HashTag(
word: HashTagSegment,
nav: (String) -> Unit,
) {
RenderHashtag(word, nav)
}
@Composable
private fun RenderHashtag(
segment: HashTagSegment,
nav: (String) -> Unit,
) {