forked from GitHub-Mirror/riotX-android
Fix / was using wrong emoji for agree
This commit is contained in:
parent
6fe455dac0
commit
dc9db9a438
@ -98,8 +98,8 @@ class QuickReactionViewModel(initialState: QuickReactionState) : VectorViewModel
|
|||||||
|
|
||||||
val agreePositive = "👍"
|
val agreePositive = "👍"
|
||||||
val agreeNegative = "👎"
|
val agreeNegative = "👎"
|
||||||
val likePositive = "😀"
|
val likePositive = "🙂"
|
||||||
val likeNegative = "😞"
|
val likeNegative = "😔"
|
||||||
|
|
||||||
override fun initialState(viewModelContext: ViewModelContext): QuickReactionState? {
|
override fun initialState(viewModelContext: ViewModelContext): QuickReactionState? {
|
||||||
// Args are accessible from the context.
|
// Args are accessible from the context.
|
||||||
|
Loading…
Reference in New Issue
Block a user