fix zoom in StillImage Mode

This commit is contained in:
Joel Reis 2016-05-12 17:02:55 +01:00
parent a12d5e28e9
commit 4639a1b661
1 changed files with 2 additions and 2 deletions

View File

@ -141,9 +141,9 @@ public class CameraManager: NSObject, AVCaptureFileOutputRecordingDelegate, UIGe
if cameraIsSetup {
if cameraOutputMode != oldValue {
_setupOutputMode(cameraOutputMode, oldCameraOutputMode: oldValue)
_setupMaxZoomScale()
_zoom(0)
}
_setupMaxZoomScale()
_zoom(0)
}
}
}