update unread count

This commit is contained in:
Salvatore Giordano
2020-12-31 16:25:11 +01:00
parent 2d36d08fc4
commit 7f2dadb60d
+1
View File
@@ -813,6 +813,7 @@ class _MessageWidgetState extends State<MessageWidget> {
if (isMessageRead) { if (isMessageRead) {
child = Row( child = Row(
children: [ children: [
if (StreamChannel.of(context).channel.memberCount > 2)
Text( Text(
widget.readList.length.toString(), widget.readList.length.toString(),
style: style.copyWith( style: style.copyWith(