Fixed sorting on talk chats
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user