Fixes hide controls when zoomed and shows them when not zoomed (#3366)
This commit is contained in:
parent
7f35583c2c
commit
1e8fc7266c
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ class GalleryViewerPage extends HookConsumerWidget {
|
|||
PhotoViewGallery.builder(
|
||||
scaleStateChangedCallback: (state) {
|
||||
isZoomed.value = state != PhotoViewScaleState.initial;
|
||||
ref.read(showControlsProvider.notifier).show = !isZoomed.value;
|
||||
},
|
||||
pageController: controller,
|
||||
scrollPhysics: isZoomed.value
|
||||
|
|
Loading…
Add table
Reference in a new issue