fix: new releases section flickering on scroll glitch

This commit is contained in:
Kingkor Roy Tirtho 2023-11-12 19:01:14 +06:00
parent 0c22469503
commit 5928185599

View File

@ -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),