1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

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),
),
],
),
),