mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
adds safe area to album to stop from clipping bottom of albums (#1889)
This commit is contained in:
parent
25cff6a748
commit
a0b8312ce4
1 changed files with 3 additions and 1 deletions
|
|
@ -278,7 +278,9 @@ class AlbumViewerPage extends HookConsumerWidget {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
buildImageGrid(album)
|
SliverSafeArea(
|
||||||
|
sliver: buildImageGrid(album),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue