feat(mobile): play motion video with long press gesture support (#6543)
This commit is contained in:
@@ -331,6 +331,11 @@ class GalleryViewerPage extends HookConsumerWidget {
|
||||
onTapDown: (_, __, ___) {
|
||||
ref.read(showControlsProvider.notifier).toggle();
|
||||
},
|
||||
onLongPressStart: (_, __, ___) {
|
||||
if (asset.livePhotoVideoId != null) {
|
||||
isPlayingVideo.value = true;
|
||||
}
|
||||
},
|
||||
imageProvider: provider,
|
||||
heroAttributes: PhotoViewHeroAttributes(
|
||||
tag: isFromDto
|
||||
|
||||
Reference in New Issue
Block a user