mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-18 05:41:56 +01:00
Adds "₿itcoin" to the set of custom hashtags
This commit is contained in:
parent
0ec4b9b59f
commit
74f0393706
@ -32,6 +32,7 @@ fun checkForHashtagWithIcon(
|
||||
primary: Color,
|
||||
): HashtagIcon? {
|
||||
return when (tag.lowercase()) {
|
||||
"₿itcoin",
|
||||
"bitcoin",
|
||||
"btc",
|
||||
"timechain",
|
||||
|
@ -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,
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user