forked from Cutlery/immich
adds safe area to album to stop from clipping bottom of albums (#1889)
This commit is contained in:
parent
25cff6a748
commit
a0b8312ce4
@ -278,7 +278,9 @@ class AlbumViewerPage extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
buildImageGrid(album)
|
SliverSafeArea(
|
||||||
|
sliver: buildImageGrid(album),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user