From 0146767e8a128efcdda74faec9d4f873a130351b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 9 Apr 2021 17:55:45 +0200 Subject: [PATCH] fix: React if not allowed --- lib/views/chat.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 888ef608..dc26cefb 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -947,6 +947,7 @@ class _ChatState extends State { duration: Duration(milliseconds: 300), height: (editEvent == null && replyEvent == null && + room.canSendDefaultMessages && selectedEvents.length == 1) ? 56 : 0,