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

pull/1892/head
martyfuhry 2023-02-27 19:35:10 +07:00 committed by GitHub
parent 25cff6a748
commit a0b8312ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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