Fixed sorting on talk chats

This commit is contained in:
2023-07-09 21:44:28 +02:00
parent 2ddaa17a81
commit 5d62f1b863
3 changed files with 16 additions and 11 deletions

View File

@ -175,7 +175,7 @@ class _ChatBubbleState extends State<ChatBubble> {
),
onLongPress: () {
showDialog(context: context, builder: (context) {
List<String> commonReactions = ["😆", "👍", "👎", "❤️", "💔", "😍"];
List<String> commonReactions = ["👍", "👎", "😆", "❤️", "💔", "😍"];
return SimpleDialog(
children: [
Wrap(