Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: preview pdf on web client
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE committed Oct 5, 2023
1 parent feecc08 commit f6d8907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils/matrix_sdk_extensions/matrix_file_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ extension MatrixFileExtension on MatrixFile {
}

throw UnsupportedError(
'Download feature is not supported on this platform');
'Download feature is not supported on this platform',
);
}

void share(BuildContext context) async {
Expand Down

0 comments on commit f6d8907

Please sign in to comment.