Skip to content

Commit 470ae33

Browse files
committed
Remove overly verbose type in DefaultCamera
1 parent 6aebffe commit 470ae33

File tree

1 file changed

+1
-1
lines changed
  • packages/camera/camera_avfoundation/ios/camera_avfoundation/Sources/camera_avfoundation

1 file changed

+1
-1
lines changed

packages/camera/camera_avfoundation/ios/camera_avfoundation/Sources/camera_avfoundation/DefaultCamera.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ final class DefaultCamera: FLTCam, Camera {
137137
// A nil point resets to the center.
138138
captureDevice.setFocusPointOfInterest(
139139
cgPoint(
140-
for: point ?? FCPPlatformPoint.makeWith(x: 0.5, y: 0.5),
140+
for: point ?? .makeWith(x: 0.5, y: 0.5),
141141
withOrientation: orientation)
142142
)
143143
captureDevice.unlockForConfiguration()

0 commit comments

Comments
 (0)