fix: Share files
This commit is contained in:
parent
5481ffac9b
commit
1341dc5baa
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class ChatListItem extends StatelessWidget {
|
|||
'chat.fluffy.shared_file') {
|
||||
await showDialog(
|
||||
context: context,
|
||||
builder: (context) => SendFileDialog(
|
||||
builder: (c) => SendFileDialog(
|
||||
file: Matrix.of(context).shareContent['file'],
|
||||
room: room,
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue