Update packages/stream_chat_flutter/lib/src/message_list_view.dart
This commit is contained in:
@@ -1407,7 +1407,6 @@ class _StreamMessageListViewState extends State<StreamMessageListView> {
|
||||
);
|
||||
});
|
||||
} else if (streamChannel?.channel.state?.unreadCount != 0) {
|
||||
print('increasing unread');
|
||||
setState(() {
|
||||
unreadCount = unreadCount + 1;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user