fix: attachments ui

This commit is contained in:
Deven Joshi
2020-10-26 16:25:34 +05:30
parent 41450706dc
commit 1eb3de9f23
+2 -2
View File
@@ -612,8 +612,8 @@ class MessageInputState extends State<MessageInput> {
}
Widget _buildAttachments() {
return Container(
height: 76.0,
return LimitedBox(
maxHeight: 76.0,
child: ListView(
scrollDirection: Axis.horizontal,
children: _attachments