Reduce the number of collections to preload
This commit is contained in:
parent
71c851b956
commit
49942d9d6e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue