fix: attachment buttons render overflow

This commit is contained in:
Gordon Hayes
2021-09-16 14:01:44 +02:00
parent 9926dc6907
commit 28b8d3bac0
@@ -604,8 +604,7 @@ class MessageInputState extends State<MessageInput> {
!widget.showCommandsButton &&
widget.actions?.isNotEmpty != true
? const Offstage()
: Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
: Wrap(
children: <Widget>[
if (!widget.disableAttachments)
_buildAttachmentButton(context),