mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix(mobile): remove weird zooming behaviour on videos and play/pause button delay (#24006)
disable scale gestures
This commit is contained in:
@@ -611,6 +611,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
|
|||||||
filterQuality: FilterQuality.high,
|
filterQuality: FilterQuality.high,
|
||||||
maxScale: 1.0,
|
maxScale: 1.0,
|
||||||
basePosition: Alignment.center,
|
basePosition: Alignment.center,
|
||||||
|
disableScaleGestures: true,
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: ctx.width,
|
width: ctx.width,
|
||||||
height: ctx.height,
|
height: ctx.height,
|
||||||
|
|||||||
Reference in New Issue
Block a user