Skip to content

Commit c7b59d4

Browse files
committed
Restore original comment
1 parent 560ae57 commit c7b59d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/components/post/post_hero_attachment.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class _PostHeroAttachmentState extends State<PostHeroAttachment> {
6666
if (widget.onTap != null) {
6767
widget.onTap!();
6868
}
69+
// Load images into GalleryViewModel and open gallery screen
6970
getIt<GalleryViewModel>().loadImages(images: widget.images, currentImageUrl: (widget.attachment as model.Image).image);
7071
Navigator.of(context, rootNavigator: true).pushNamed('/gallery');
7172
},

0 commit comments

Comments
 (0)