fix: album selector in favorite view (#22612)

This commit is contained in:
Alex
2025-10-03 09:37:51 -05:00
committed by GitHub
parent 27665801e9
commit 3f6b0f3127
3 changed files with 46 additions and 4 deletions

View File

@@ -512,7 +512,7 @@ class _AlbumList extends ConsumerWidget {
}
return SliverPadding(
padding: const EdgeInsets.symmetric(horizontal: 16.0),
padding: const EdgeInsets.only(left: 16.0, right: 16, bottom: 64),
sliver: SliverList.builder(
itemBuilder: (_, index) {
final album = albums[index];