Merge branch 'main' of github.com:immich-app/immich

This commit is contained in:
Alex Tran
2023-02-27 21:02:52 -06:00

View File

@@ -278,7 +278,9 @@ class AlbumViewerPage extends HookConsumerWidget {
), ),
), ),
), ),
buildImageGrid(album) SliverSafeArea(
sliver: buildImageGrid(album),
),
], ],
), ),
), ),