Browse Source

Merge branch 'main' of github.com:immich-app/immich

Alex Tran 2 years ago
parent
commit
0fec34d316
1 changed files with 3 additions and 1 deletions
  1. 3 1
      mobile/lib/modules/album/views/album_viewer_page.dart

+ 3 - 1
mobile/lib/modules/album/views/album_viewer_page.dart

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