mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Added comment for context of line
This commit is contained in:
parent
cf8e684cb3
commit
69c5d4f645
@ -279,6 +279,8 @@ class _ZoomableImageState extends State<ZoomableImage> {
|
||||
initialPosition: currentPosition,
|
||||
initialScale: scale,
|
||||
);
|
||||
// Fix for auto-zooming when final image is loaded after double tapping
|
||||
//twice.
|
||||
_scaleStateController.scaleState = PhotoViewScaleState.zoomedIn;
|
||||
}
|
||||
final bool canUpdateMetadata = _photo.canEditMetaInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user