🎨 Change naming's way
This commit is contained in:
@@ -46,7 +46,7 @@ class _ChatMessageInputState extends State<ChatMessageInput> {
|
||||
void showAttachments() {
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
builder: (context) => AttachmentPublishingPopup(
|
||||
builder: (context) => AttachmentPublishPopup(
|
||||
usage: 'm.attachment',
|
||||
current: _attachments,
|
||||
onUpdate: (value) => _attachments = value,
|
||||
|
Reference in New Issue
Block a user