Fix emoji shortcut values

This commit is contained in:
David Langley 2023-10-23 12:06:52 +01:00
parent 7048da2e20
commit afc3958ecf

View file

@ -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)