mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:28:40 +00:00
repeat always true
This commit is contained in:
parent
78b9a57a01
commit
1d459a6719
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ class _ChatReactionSelectionView extends State<ChatReactionSelectionView> {
|
|||
height: 40,
|
||||
child: EmojiAnimation(
|
||||
emoji: emoji,
|
||||
repeat: selectedEmojis.contains(emoji),
|
||||
repeat: true,
|
||||
// repeat: selectedEmojis.contains(emoji),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue