smooth transition

This commit is contained in:
Alex 2024-09-06 22:53:04 -05:00
parent 77bfa5d445
commit 2320e7a0d7
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -28,7 +28,9 @@ class AlbumsCollectionPage extends HookConsumerWidget {
useEffect(
() {
ref.read(albumProvider.notifier).getAllAlbums();
Future.delayed(const Duration(seconds: 1), () {
ref.read(albumProvider.notifier).getAllAlbums();
});
return null;
},
[],