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

This commit is contained in:
Alex Tran 2023-02-27 21:02:52 -06:00
commit 0fec34d316
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

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