mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 15:09:22 +01:00
Fix album browser not refreshed after zoom changed
This commit is contained in:
parent
6545e78bb6
commit
8e7dc3b012
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ mixin SelectableItemStreamListMixin<T extends StatefulWidget> on State<T> {
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
content = SliverStaggeredGrid.extentBuilder(
|
content = SliverStaggeredGrid.extentBuilder(
|
||||||
|
key: ObjectKey(maxCrossAxisExtent),
|
||||||
maxCrossAxisExtent: maxCrossAxisExtent,
|
maxCrossAxisExtent: maxCrossAxisExtent,
|
||||||
itemCount: _items.length,
|
itemCount: _items.length,
|
||||||
itemBuilder: _buildItem,
|
itemBuilder: _buildItem,
|
||||||
|
|
Loading…
Reference in a new issue