mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: Share files
This commit is contained in:
parent
d4dbe83c69
commit
d018a4bec1
@ -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…
Reference in New Issue
Block a user