forked from GitHub-Mirror/riotX-android
Fix / was using wrong emoji for agree
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user