mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix(home): bottom player transparency
This commit is contained in:
parent
e04515d8e2
commit
20c424c77f
@ -68,7 +68,6 @@ class GenrePage extends HookConsumerWidget {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
controller: scrollController,
|
controller: scrollController,
|
||||||
child: SafeArea(
|
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
controller: scrollController,
|
controller: scrollController,
|
||||||
itemCount: categories.length,
|
itemCount: categories.length,
|
||||||
@ -81,7 +80,6 @@ class GenrePage extends HookConsumerWidget {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
return Stack(
|
return Stack(
|
||||||
|
@ -110,8 +110,7 @@ class PersonalizedPage extends HookConsumerWidget {
|
|||||||
|
|
||||||
final newReleases = useQueries.album.newReleases(ref);
|
final newReleases = useQueries.album.newReleases(ref);
|
||||||
|
|
||||||
return SafeArea(
|
return ListView(
|
||||||
child: ListView(
|
|
||||||
children: [
|
children: [
|
||||||
PersonalizedItemCard(
|
PersonalizedItemCard(
|
||||||
playlists:
|
playlists:
|
||||||
@ -127,7 +126,6 @@ class PersonalizedPage extends HookConsumerWidget {
|
|||||||
onFetchMore: newReleases.fetchNext,
|
onFetchMore: newReleases.fetchNext,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user