Fix emoji shortcut values
This commit is contained in:
parent
3a39e747fd
commit
3763593a66
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
|
// TODO use most recently used emojis here when available from the Rust SDK
|
||||||
val defaultEmojis = sequenceOf(
|
val defaultEmojis = sequenceOf(
|
||||||
"👍", "👎", "🔥", "❤️", "👏"
|
"👍️", "👎️", "🔥", "❤️", "👏"
|
||||||
)
|
)
|
||||||
for (emoji in defaultEmojis) {
|
for (emoji in defaultEmojis) {
|
||||||
val isHighlighted = highlightedEmojis.contains(emoji)
|
val isHighlighted = highlightedEmojis.contains(emoji)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue