🐛 Fix attachments max width
This commit is contained in:
parent
94385564bd
commit
54dee9702b
@ -436,6 +436,7 @@ class _PostItemState extends State<PostItem> {
|
||||
left: 16,
|
||||
),
|
||||
AttachmentList(
|
||||
flatMaxHeight: MediaQuery.of(context).size.width,
|
||||
parentId: widget.item.id.toString(),
|
||||
attachmentsId: attachments,
|
||||
isGrid: attachments.length > 1,
|
||||
|
Loading…
Reference in New Issue
Block a user