mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +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 {
|
||||
content = SliverStaggeredGrid.extentBuilder(
|
||||
key: ObjectKey(maxCrossAxisExtent),
|
||||
maxCrossAxisExtent: maxCrossAxisExtent,
|
||||
itemCount: _items.length,
|
||||
itemBuilder: _buildItem,
|
||||
|
|
Loading…
Reference in a new issue