Skip to content

Commit

Permalink
feat(neon_files): Adjust to generated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin committed Jul 15, 2023
1 parent 03e1497 commit 455e5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neon/neon_files/lib/widgets/file_preview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class FilePreviewImage extends NeonCachedImage {
required final int width,
required final int height,
}) : super.custom(
getImage: () async => account.client.core.getPreview(
getImage: () async => account.client.core.preview.getPreview(
file: path,
x: width,
y: height,
Expand Down

0 comments on commit 455e5cf

Please sign in to comment.