fix: attachments ui

This commit is contained in:
Deven Joshi
2020-10-26 16:26:39 +05:30
parent 1eb3de9f23
commit 1f3328a5f8
+1 -1
View File
@@ -613,7 +613,7 @@ class MessageInputState extends State<MessageInput> {
Widget _buildAttachments() { Widget _buildAttachments() {
return LimitedBox( return LimitedBox(
maxHeight: 76.0, maxHeight: 80.0,
child: ListView( child: ListView(
scrollDirection: Axis.horizontal, scrollDirection: Axis.horizontal,
children: _attachments children: _attachments