Update packages/stream_chat_flutter/lib/src/message_list_view.dart

This commit is contained in:
Salvatore Giordano
2022-06-17 13:36:20 +02:00
committed by GitHub
parent 2d19f7c86f
commit 7133955bbe
@@ -1407,7 +1407,6 @@ class _StreamMessageListViewState extends State<StreamMessageListView> {
); );
}); });
} else if (streamChannel?.channel.state?.unreadCount != 0) { } else if (streamChannel?.channel.state?.unreadCount != 0) {
print('increasing unread');
setState(() { setState(() {
unreadCount = unreadCount + 1; unreadCount = unreadCount + 1;
}); });