Reduce the number of collections to preload

This commit is contained in:
vishnukvmd 2023-01-17 14:01:32 +05:30
parent 71c851b956
commit 49942d9d6e

View file

@ -14,7 +14,7 @@ class RemoteCollectionsGridViewWidget extends StatelessWidget {
static const maxThumbnailWidth = 224.0;
static const fixedGapBetweenAlbum = 8.0;
static const minGapForHorizontalPadding = 8.0;
static const collectionItemsToPreload = 100;
static const collectionItemsToPreload = 20;
final List<CollectionWithThumbnail>? collections;