diff --git a/mobile/lib/presentation/widgets/images/thumbnail.widget.dart b/mobile/lib/presentation/widgets/images/thumbnail.widget.dart index a3940b4713..0a43730826 100644 --- a/mobile/lib/presentation/widgets/images/thumbnail.widget.dart +++ b/mobile/lib/presentation/widgets/images/thumbnail.widget.dart @@ -260,7 +260,7 @@ class _ThumbnailState extends State { log.info( 'Retrieved local image $localId in ${stopwatch.elapsedMilliseconds.toStringAsFixed(2)} ms', ); - return ImmutableBuffer.fromUint8List(pointer.asTypedList(size)); + return await ImmutableBuffer.fromUint8List(pointer.asTypedList(size)); } catch (e) { log.warning('Failed to retrieve local image $localId: $e'); } finally {