mirror of
https://github.com/immich-app/immich.git
synced 2026-07-14 17:11:15 +00:00
fix(mobile): remove weird zooming behaviour on videos and play/pause button delay (#24006)
disable scale gestures
This commit is contained in:
parent
702499b97d
commit
88327fb872
1 changed files with 1 additions and 0 deletions
|
|
@ -611,6 +611,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
|
|||
filterQuality: FilterQuality.high,
|
||||
maxScale: 1.0,
|
||||
basePosition: Alignment.center,
|
||||
disableScaleGestures: true,
|
||||
child: SizedBox(
|
||||
width: ctx.width,
|
||||
height: ctx.height,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue