fix: attachments ui
This commit is contained in:
@@ -612,8 +612,10 @@ class MessageInputState extends State<MessageInput> {
|
||||
}
|
||||
|
||||
Widget _buildAttachments() {
|
||||
return Wrap(
|
||||
direction: Axis.horizontal,
|
||||
return Container(
|
||||
height: 76.0,
|
||||
child: ListView(
|
||||
scrollDirection: Axis.horizontal,
|
||||
children: _attachments
|
||||
.map(
|
||||
(attachment) => Padding(
|
||||
@@ -644,6 +646,7 @@ class MessageInputState extends State<MessageInput> {
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user