This commit is contained in:
Natalia Terlecka 2015-02-24 17:17:54 +00:00
commit 258984c6de
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ class CameraManager: NSObject, AVCaptureFileOutputRecordingDelegate {
validCaptureSession.startRunning()
self._startFollowingDeviceOrientation()
self.cameraIsSetup = true
self._orientationChanged()
completition()
}