fix: Send file

This commit is contained in:
Christian Pauly 2021-01-18 10:43:00 +01:00
commit 77020d6b91
5 changed files with 25 additions and 22 deletions

View file

@ -94,6 +94,7 @@ class ChatListItem extends StatelessWidget {
builder: (c) => SendFileDialog(
file: Matrix.of(context).shareContent['file'],
room: room,
l10n: L10n.of(context),
));
} else {
unawaited(room.sendEvent(Matrix.of(context).shareContent));