✨ Attachment preview
This commit is contained in:
@ -54,6 +54,7 @@ class _PostPublishingScreenState extends State<PostPublishingScreen> {
|
||||
void showAttachments() {
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
builder: (context) => AttachmentPublishPopup(
|
||||
usage: 'i.attachment',
|
||||
current: _attachments,
|
||||
|
Reference in New Issue
Block a user