fixed section header icons mismatch on sort
This commit is contained in:
parent
c633edb9fd
commit
19fe258edd
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue