Fix emoji shortcut values
This commit is contained in:
parent
7048da2e20
commit
afc3958ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ private fun EmojiReactionsRow(
|
|||
) {
|
||||
// TODO use most recently used emojis here when available from the Rust SDK
|
||||
val defaultEmojis = sequenceOf(
|
||||
"👍", "👎", "🔥", "❤️", "👏"
|
||||
"👍️", "👎️", "🔥", "❤️", "👏"
|
||||
)
|
||||
for (emoji in defaultEmojis) {
|
||||
val isHighlighted = highlightedEmojis.contains(emoji)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue