mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55: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 &&
|
||||
newReleases.hasPageData &&
|
||||
userArtistsQuery.hasData)
|
||||
userArtistsQuery.hasData &&
|
||||
!newReleases.isLoadingNextPage)
|
||||
HorizontalPlaybuttonCardView<Album>(
|
||||
items: albums,
|
||||
title: Text(context.l10n.new_releases),
|
||||
|
Loading…
Reference in New Issue
Block a user