فهرست منبع

temporarely fix restart issue in ALCameraView until https://github.com/AlexLittlejohn/ALCameraViewController/pull/307 gets merged

cyberta 5 سال پیش
والد
کامیت
d75dcf3eee
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Pods/ALCameraViewController/ALCameraViewController/ViewController/CameraViewController.swift

+ 1 - 0
Pods/ALCameraViewController/ALCameraViewController/ViewController/CameraViewController.swift

@@ -579,6 +579,7 @@ open class CameraViewController: UIViewController {
 			}
 			
 			guard let image = image else {
+				self?.cameraView.startSession()
 				return
 			}