mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Fix / was using wrong emoji for agree
This commit is contained in:
parent
6fe455dac0
commit
dc9db9a438
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ class QuickReactionViewModel(initialState: QuickReactionState) : VectorViewModel
|
|||
|
||||
val agreePositive = "👍"
|
||||
val agreeNegative = "👎"
|
||||
val likePositive = "😀"
|
||||
val likeNegative = "😞"
|
||||
val likePositive = "🙂"
|
||||
val likeNegative = "😔"
|
||||
|
||||
override fun initialState(viewModelContext: ViewModelContext): QuickReactionState? {
|
||||
// Args are accessible from the context.
|
||||
|
|
Loading…
Add table
Reference in a new issue