mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
adds safe area to album to stop from clipping bottom of albums (#1889)
This commit is contained in:
@@ -278,7 +278,9 @@ class AlbumViewerPage extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
buildImageGrid(album)
|
SliverSafeArea(
|
||||||
|
sliver: buildImageGrid(album),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user