From 9bd298a16051921e358815df73329c0e9945f02c Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:19:36 -0400 Subject: [PATCH] formatting --- .../presentation/widgets/asset_viewer/asset_viewer.page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/presentation/widgets/asset_viewer/asset_viewer.page.dart b/mobile/lib/presentation/widgets/asset_viewer/asset_viewer.page.dart index 00aafe447a..f55b11c595 100644 --- a/mobile/lib/presentation/widgets/asset_viewer/asset_viewer.page.dart +++ b/mobile/lib/presentation/widgets/asset_viewer/asset_viewer.page.dart @@ -511,7 +511,7 @@ class _AssetViewerState extends ConsumerState { final size = ctx.sizeData; return PhotoViewGalleryPageOptions( key: ValueKey(asset.heroTag), - // When the bottom sheet is shown and the asset is changed, + // When the bottom sheet is shown and the asset is changed, // the cached image can have different position and scale than the normal one, // causing incorrect animation calculations once the image provider yields a new image. // This is a workaround to ensure the animation is handled correctly in this case.