Skip to content

Commit

Permalink
Fix wrong highlight message when open chat
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Sep 27, 2024
1 parent 9d0913e commit a828354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class ChatController extends State<Chat>
void _initUnreadLocation(String fullyRead) {
_markerReadLocation = fullyRead;
unreadReceivedMessageLocation = _findUnreadReceivedMessageLocation();
scrollToEventId(fullyRead);
scrollToEventId(fullyRead, highlight: false);
}

void _tryLoadTimeline() async {
Expand Down

0 comments on commit a828354

Please sign in to comment.