mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix: new releases section flickering on scroll glitch
This commit is contained in:
parent
0c22469503
commit
5928185599
@ -64,7 +64,8 @@ class PersonalizedPage extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
if (auth != null &&
|
if (auth != null &&
|
||||||
newReleases.hasPageData &&
|
newReleases.hasPageData &&
|
||||||
userArtistsQuery.hasData)
|
userArtistsQuery.hasData &&
|
||||||
|
!newReleases.isLoadingNextPage)
|
||||||
HorizontalPlaybuttonCardView<Album>(
|
HorizontalPlaybuttonCardView<Album>(
|
||||||
items: albums,
|
items: albums,
|
||||||
title: Text(context.l10n.new_releases),
|
title: Text(context.l10n.new_releases),
|
||||||
|
Loading…
Reference in New Issue
Block a user