mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 09:36:46 +02:00
additional zap hts
This commit is contained in:
@@ -7,7 +7,7 @@ fun checkForHashtagWithIcon(tag: String): HashtagIcon? {
|
|||||||
return HashtagIcon(R.drawable.ht_btc, "Bitcoin", Color(0xFFF2A900))
|
return HashtagIcon(R.drawable.ht_btc, "Bitcoin", Color(0xFFF2A900))
|
||||||
} else if (tag.lowercase() == "nostr") {
|
} else if (tag.lowercase() == "nostr") {
|
||||||
return HashtagIcon(R.drawable.ht_nostr, "Nostr", Color(0xFF9C59FF))
|
return HashtagIcon(R.drawable.ht_nostr, "Nostr", Color(0xFF9C59FF))
|
||||||
} else if (tag.lowercase() == "zap" || tag.lowercase() == "zapathon" || tag.lowercase() == "lightning") {
|
} else if (tag.lowercase() == "zap" || tag.lowercase() == "zapathon" || tag.lowercase() == "zapraiser" || tag.lowercase() == "zaplife" || tag.lowercase() == "lightning") {
|
||||||
return HashtagIcon(R.drawable.ht_zap, "Zap", Color(0xFFFFEC01))
|
return HashtagIcon(R.drawable.ht_zap, "Zap", Color(0xFFFFEC01))
|
||||||
} else if (tag.lowercase() == "amethyst") {
|
} else if (tag.lowercase() == "amethyst") {
|
||||||
return HashtagIcon(R.drawable.ht_amethyst, "Amethyst", Color(0xFFb793e6))
|
return HashtagIcon(R.drawable.ht_amethyst, "Amethyst", Color(0xFFb793e6))
|
||||||
|
Reference in New Issue
Block a user