fix: attachments ui

This commit is contained in:
Deven Joshi
2020-10-26 15:42:03 +05:30
parent e79c3654ae
commit b93b7fd853
+2 -2
View File
@@ -592,8 +592,8 @@ class MessageInputState extends State<MessageInput> {
}
Widget _buildAttachments() {
return Wrap(
direction: Axis.horizontal,
return ListView(
scrollDirection: Axis.horizontal,
children: _attachments
.map(
(attachment) => Padding(