mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Fix duplicate thumbs reactions
This commit is contained in:
parent
d11ed8c4ef
commit
64694a4eda
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Improvements 🙌:
|
|||
-
|
||||
|
||||
Bugfix 🐛:
|
||||
-
|
||||
- Duplicate thumbs | Mobile reactions for 👍 and 👎 are not the same as web (#2776)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -95,6 +95,6 @@ class EmojiDataSource @Inject constructor(
|
|||
}
|
||||
|
||||
companion object {
|
||||
val quickEmojis = listOf("👍", "👎", "😄", "🎉", "😕", "❤️", "🚀", "👀")
|
||||
val quickEmojis = listOf("\uD83D\uDC4D️", "\uD83D\uDC4E️", "😄", "🎉", "😕", "❤️", "🚀", "👀")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue