diff --git a/MapboxNavigation/RouteVoiceController.swift b/MapboxNavigation/RouteVoiceController.swift index 5de07dd287..155146203e 100644 --- a/MapboxNavigation/RouteVoiceController.swift +++ b/MapboxNavigation/RouteVoiceController.swift @@ -94,7 +94,7 @@ open class RouteVoiceController: NSObject, AVSpeechSynthesizerDelegate, AVAudioP func willReroute(notification: NSNotification) { speechSynth.stopSpeaking(at: .word) - guard playRerouteSound else { + guard playRerouteSound && !NavigationSettings.shared.muted else { return }