🎨 Change naming's way

This commit is contained in:
2024-06-27 11:05:15 +08:00
parent 4f5762c5a9
commit 6caad19365
3 changed files with 13 additions and 13 deletions

View File

@ -51,7 +51,7 @@ class _PostPublishingScreenState extends State<PostPublishingScreen> {
void showAttachments() {
showModalBottomSheet(
context: context,
builder: (context) => AttachmentPublishingPopup(
builder: (context) => AttachmentPublishPopup(
usage: 'i.attachment',
current: _attachments,
onUpdate: (value) => _attachments = value,