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() { Widget _buildAttachments() {
return Wrap( return ListView(
direction: Axis.horizontal, scrollDirection: Axis.horizontal,
children: _attachments children: _attachments
.map( .map(
(attachment) => Padding( (attachment) => Padding(