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,
|
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,
|
||||||
|
|
Loading…
Reference in a new issue