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 &&
|
if (albums.isNotEmpty &&
|
||||||
albumsQuery.asData?.value.hasMore == true)
|
albumsQuery.asData?.value.hasMore == true)
|
||||||
Waypoint(
|
Skeletonizer(
|
||||||
controller: controller,
|
enabled: true,
|
||||||
isGrid: true,
|
child: Waypoint(
|
||||||
onTouchEdge: albumsQueryNotifier.fetchMore,
|
controller: controller,
|
||||||
child: AlbumCard(FakeData.album),
|
isGrid: true,
|
||||||
|
onTouchEdge: albumsQueryNotifier.fetchMore,
|
||||||
|
child: AlbumCard(FakeData.album),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user