mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-20 08:00:39 +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') {
|
'chat.fluffy.shared_file') {
|
||||||
await showDialog(
|
await showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) => SendFileDialog(
|
builder: (c) => SendFileDialog(
|
||||||
file: Matrix.of(context).shareContent['file'],
|
file: Matrix.of(context).shareContent['file'],
|
||||||
room: room,
|
room: room,
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user