fixed section header icons mismatch on sort

This commit is contained in:
Thibault Deckers 2019-11-03 08:37:34 +09:00
parent c633edb9fd
commit 19fe258edd

View file

@ -63,6 +63,7 @@ class ThumbnailCollectionContent extends StatelessWidget {
if (appBar != null) appBar, if (appBar != null) appBar,
...sectionKeys.map((sectionKey) { ...sectionKeys.map((sectionKey) {
Widget sliver = SectionSliver( Widget sliver = SectionSliver(
key: UniqueKey(),
collection: collection, collection: collection,
sections: _sections, sections: _sections,
sectionKey: sectionKey, sectionKey: sectionKey,