fix: Fix focus(..) on iOS (#2220)
				
					
				
			This commit is contained in:
		| @@ -12,7 +12,8 @@ import Foundation | ||||
| extension CameraView { | ||||
|   func focus(point: CGPoint, promise: Promise) { | ||||
|     withPromise(promise) { | ||||
|       try cameraSession.focus(point: point) | ||||
|       let normalized = previewView.captureDevicePointConverted(fromLayerPoint: point) | ||||
|       try cameraSession.focus(point: normalized) | ||||
|       return nil | ||||
|     } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user