adds safe area to album to stop from clipping bottom of albums (#1889)

This commit is contained in:
martyfuhry 2023-02-27 19:35:10 -05:00 committed by GitHub
parent 25cff6a748
commit a0b8312ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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