mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-05-08 16:24:36 +00:00
fix: user album loading next page indicator
This commit is contained in:
parent
3081237999
commit
36316f5e94
@ -105,11 +105,14 @@ class UserAlbums extends HookConsumerWidget {
|
||||
),
|
||||
if (albums.isNotEmpty &&
|
||||
albumsQuery.asData?.value.hasMore == true)
|
||||
Waypoint(
|
||||
controller: controller,
|
||||
isGrid: true,
|
||||
onTouchEdge: albumsQueryNotifier.fetchMore,
|
||||
child: AlbumCard(FakeData.album),
|
||||
Skeletonizer(
|
||||
enabled: true,
|
||||
child: Waypoint(
|
||||
controller: controller,
|
||||
isGrid: true,
|
||||
onTouchEdge: albumsQueryNotifier.fetchMore,
|
||||
child: AlbumCard(FakeData.album),
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user