use normal notifications

This commit is contained in:
Salvatore Giordano
2020-03-20 15:38:23 +01:00
parent af16d90789
commit 64a40d60da
6 changed files with 162 additions and 9 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ class _MessageWidgetState extends State<MessageWidget>
row = row.reversed.toList();
}
return widget.message.replyCount > 0
return (widget.message.replyCount ?? 0) > 0
? GestureDetector(
onTap: () {
if (widget.isParent) {