Commit 60570bc8 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Add icons for custom emojis category

parent 638759d7
......@@ -13,6 +13,11 @@ internal enum class EmojiCategory {
override fun textIcon() = getTextIconFor("\uD83D\uDD58")
},
CUSTOM {
override fun resourceIcon() = R.drawable.ic_emoji_custom
override fun textIcon() = getTextIconFor("\uD83D\uDD58")
},
PEOPLE() {
override fun resourceIcon() = R.drawable.ic_emoji_people
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment