Update thumbs up emoji in the state provider.
This commit is contained in:
parent
3763593a66
commit
a0c192266f
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ fun aTimelineItemReactions(
|
||||||
count: Int = 1,
|
count: Int = 1,
|
||||||
isHighlighted: Boolean = false,
|
isHighlighted: Boolean = false,
|
||||||
): TimelineItemReactions {
|
): TimelineItemReactions {
|
||||||
val emojis = arrayOf("👍", "😀️", "😁️", "😆️", "😅️", "🤣️", "🥰️", "😇️", "😊️", "😉️", "🙃️", "🙂️", "😍️", "🤗️", "🤭️")
|
val emojis = arrayOf("👍️", "😀️", "😁️", "😆️", "😅️", "🤣️", "🥰️", "😇️", "😊️", "😉️", "🙃️", "🙂️", "😍️", "🤗️", "🤭️")
|
||||||
return TimelineItemReactions(
|
return TimelineItemReactions(
|
||||||
reactions = buildList {
|
reactions = buildList {
|
||||||
repeat(count) { index ->
|
repeat(count) { index ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue