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,