From 19fe258edd7c3b0246a9649e9541782c0b87d54c Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sun, 3 Nov 2019 08:37:34 +0900 Subject: [PATCH] fixed section header icons mismatch on sort --- lib/widgets/album/thumbnail_collection.dart | 1 + 1 file changed, 1 insertion(+) 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,