diff --git a/lib/widgets/album/thumbnail_collection.dart b/lib/widgets/album/thumbnail_collection.dart index 79af19e07..f003ccea1 100644 --- a/lib/widgets/album/thumbnail_collection.dart +++ b/lib/widgets/album/thumbnail_collection.dart @@ -63,6 +63,7 @@ class ThumbnailCollectionContent extends StatelessWidget { if (appBar != null) appBar, ...sectionKeys.map((sectionKey) { Widget sliver = SectionSliver( + key: UniqueKey(), collection: collection, sections: _sections, sectionKey: sectionKey,