fix: Share files

This commit is contained in:
Christian Pauly 2021-01-16 22:24:27 +01:00
parent d4dbe83c69
commit d018a4bec1
1 changed files with 1 additions and 1 deletions

View File

@ -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,
));