Skip to content

Commit

Permalink
빌드오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJongSang committed Oct 16, 2023
1 parent 09a4e02 commit 66f1097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuguClientKit/Sources/Audio/AudioSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ final public class AudioSessionManager: AudioSessionManageable {
// When no other audio is playing, audio session can not detect car play connectivity status even if car play has been already connected.
// To resolve this problem, activating audio session should be done in prior to detecting car play connectivity.
if AVAudioSession.sharedInstance().isOtherAudioPlaying == false {
try? activeAudioSessionIfNeeded()
try? activeAudioSessionIfNeeded(categoryOptions: defaultCategoryOptions)
}
}

Expand Down

0 comments on commit 66f1097

Please sign in to comment.