Fix / was using wrong emoji for agree

This commit is contained in:
Valere 2019-05-16 10:56:37 +02:00
parent 6fe455dac0
commit dc9db9a438
1 changed files with 2 additions and 2 deletions

View File

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