Skip to content

Commit

Permalink
categoryChange, routeConfigurationChanged일때 updateAudioSesion에서 focus…
Browse files Browse the repository at this point in the history
…요청하지 않도록 적용
  • Loading branch information
ParkJongSang committed May 2, 2024
1 parent 54f9e0b commit b0247f3
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 @@ -222,7 +222,7 @@ private extension AudioSessionManager {
self?.delegate?.audioSessionRouteChanged(reason: .categoryChange)

if self?.isCarplayConnected() == true {
self?.updateAudioSession(requestingFocus: true)
self?.updateAudioSession()
}
default: break
}
Expand Down

0 comments on commit b0247f3

Please sign in to comment.