Attachment preview

This commit is contained in:
2024-07-07 13:38:43 +08:00
parent 5864041e57
commit f7cc4420b3
4 changed files with 90 additions and 60 deletions

View File

@ -54,6 +54,7 @@ class _PostPublishingScreenState extends State<PostPublishingScreen> {
void showAttachments() {
showModalBottomSheet(
context: context,
isScrollControlled: true,
builder: (context) => AttachmentPublishPopup(
usage: 'i.attachment',
current: _attachments,