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