Skip to content

Commit

Permalink
device position update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanmandaci committed Jun 14, 2021
1 parent e3a681f commit b94d9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FMCamera.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FMCamera'
s.version = '1.1.3'
s.version = '1.1.4'
s.summary = 'FMCamera is a simple camera view which let us capture photo or video in a given size.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Source/FMCamera.swift
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ extension FMCamera {
private func readyForConfiguration() {
configureSession()
addSettings()
addCaptureDeviceInput()
addCaptureDeviceInput(captureDevicePosition)
setPhotoOutput()
configurePreviewLayer()
addOutputsToSession()
Expand Down

0 comments on commit b94d9fc

Please sign in to comment.