mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-23 18:44:10 +01:00
Fix maxScale
This commit is contained in:
parent
14c151787a
commit
266cced637
@ -41,6 +41,7 @@ class ImageView extends StatelessWidget {
|
||||
),
|
||||
body: ZoomableWidget(
|
||||
minScale: 1.0,
|
||||
maxScale: 10.0,
|
||||
panLimit: 0.0,
|
||||
child: ImageBubble(event, tapToView: false),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user