From 098dc70bddc7c396c96d2aec4f534b8b49ee226b 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 888ef6081..dc26cefb3 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,