Skip to content

Commit

Permalink
fix: new releases section flickering on scroll glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Nov 12, 2023
1 parent 5928185 commit ee94b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/pages/home/personalized.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ class PersonalizedPage extends HookConsumerWidget {
title: Text(context.l10n.new_releases),
hasNextPage: newReleases.hasNextPage,
onFetchMore: newReleases.fetchNext,
),
)
else
const ShimmerCategories(),
...?madeForUser.data?["content"]?["items"]?.map((item) {
final playlists = item["content"]?["items"]
?.where((itemL2) => itemL2["type"] == "playlist")
Expand Down

0 comments on commit ee94b7c

Please sign in to comment.