mirror of
https://github.com/immich-app/immich.git
synced 2026-03-09 11:47:27 +03:00
feat: people page/sheet/detail (#20309)
This commit is contained in:
@@ -267,7 +267,7 @@ class _PhotoViewGalleryState extends State<PhotoViewGallery> {
|
||||
key: pageOption.key ?? ObjectKey(index),
|
||||
childSize: pageOption.childSize,
|
||||
backgroundDecoration: widget.backgroundDecoration,
|
||||
wantKeepAlive: widget.wantKeepAlive,
|
||||
wantKeepAlive: false,
|
||||
controller: pageOption.controller,
|
||||
scaleStateController: pageOption.scaleStateController,
|
||||
customSize: widget.customSize,
|
||||
@@ -303,7 +303,7 @@ class _PhotoViewGalleryState extends State<PhotoViewGallery> {
|
||||
loadingBuilder: widget.loadingBuilder,
|
||||
backgroundDecoration: widget.backgroundDecoration,
|
||||
semanticLabel: pageOption.semanticLabel,
|
||||
wantKeepAlive: widget.wantKeepAlive,
|
||||
wantKeepAlive: false,
|
||||
controller: pageOption.controller,
|
||||
onPageBuild: widget.onPageBuild,
|
||||
controllerCallbackBuilder: _getControllerCallbackBuilder,
|
||||
|
||||
Reference in New Issue
Block a user