Skip to content

Commit

Permalink
Hot-fix: Fix can't hover message in chat list
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Mar 18, 2024
1 parent b0094e6 commit 1826abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/chat/chat_event_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class ChatEventList extends StatelessWidget {
event.originServerTs,
);
},
onLongPress: controller.onSelectMessage,
)
: const SizedBox(),
);
Expand Down

0 comments on commit 1826abd

Please sign in to comment.