update unread count
This commit is contained in:
@@ -813,6 +813,7 @@ class _MessageWidgetState extends State<MessageWidget> {
|
||||
if (isMessageRead) {
|
||||
child = Row(
|
||||
children: [
|
||||
if (StreamChannel.of(context).channel.memberCount > 2)
|
||||
Text(
|
||||
widget.readList.length.toString(),
|
||||
style: style.copyWith(
|
||||
|
||||
Reference in New Issue
Block a user