Skip to content

Commit

Permalink
fixup! fixup! fixup! TW-1702: update room operator override to fit nu…
Browse files Browse the repository at this point in the history
…llsafety requirements
  • Loading branch information
Te-Z committed Jun 3, 2024
1 parent a705e60 commit a2d5d29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/widgets/mixins/download_file_on_mobile_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ mixin DownloadFileOnMobileMixin<T extends StatefulWidget> on State<T> {
}

Future<void> checkFileInDownloadsInApp() async {
final filePath = await StorageDirectoryManager.instance.getFilePathInAppDownloads(
final filePath =
await StorageDirectoryManager.instance.getFilePathInAppDownloads(
eventId: event.eventId,
fileName: event.filename,
);
Expand Down

0 comments on commit a2d5d29

Please sign in to comment.