changed a standard emoji to eyes looking around

This commit is contained in:
Lars Neuhaus 2024-04-02 18:30:13 +02:00
parent 0a577b5f48
commit 74c7c16877

View File

@ -186,7 +186,7 @@ class _ChatBubbleState extends State<ChatBubble> {
),
onLongPress: () {
showDialog(context: context, builder: (context) {
List<String> commonReactions = ['👍', '👎', '😆', '❤️', '😎'];
List<String> commonReactions = ['👍', '👎', '😆', '❤️', '👀'];
bool canReact = widget.bubbleData.messageType == GetRoomResponseObjectMessageType.comment;
return SimpleDialog(
children: [