fixing issues with sync between controls

This commit is contained in:
Marty Fuhry
2024-03-05 14:21:26 -05:00
parent 3ed05a9b3e
commit 8784426c9e
5 changed files with 27 additions and 7 deletions
@@ -446,7 +446,7 @@ class GalleryViewerPage extends HookConsumerWidget {
child: VideoViewerPage(
key: ValueKey(a),
asset: a,
isMotionVideo: isPlayingVideo.value,
isMotionVideo: a.livePhotoVideoId != null,
placeholder: Image(
image: provider,
fit: BoxFit.contain,