diff --git a/mobile/lib/ui/viewer/file/zoomable_image.dart b/mobile/lib/ui/viewer/file/zoomable_image.dart index b354e21eb..b55d3a8c9 100644 --- a/mobile/lib/ui/viewer/file/zoomable_image.dart +++ b/mobile/lib/ui/viewer/file/zoomable_image.dart @@ -92,6 +92,7 @@ class _ZoomableImageState extends State content = PhotoViewGestureDetectorScope( axis: Axis.vertical, child: PhotoView( + key: ValueKey(_loadedFinalImage), imageProvider: _imageProvider, controller: _photoViewController, scaleStateController: _scaleStateController,