QA noticed that when unmuting in the Voice Prompt scenario that the current instruction was not being spoken.
It looks like when we changed VoicePromptActivity to use dispatchManeuverChanged() we forgot to keep track of the current maneuver position which is used to build TTS text.
There are no visual changes in this PR
QA noticed that when unmuting in the Voice Prompt scenario that the current instruction was not being spoken.
It looks like when we changed VoicePromptActivity to use
dispatchManeuverChanged()
we forgot to keep track of the current maneuver position which is used to build TTS text.