Explorar o código

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

martyfuhry %!s(int64=2) %!d(string=hai) anos
pai
achega
a0b8312ce4
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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),
+                ),
               ],
             ),
           ),