Adds "₿itcoin" to the set of custom hashtags
This commit is contained in:
@@ -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,
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user