phunware / maas-mapping-android-sdk

Phunware Mapping SDK for Android
0 stars 6 forks source link

SWMAAS-830 Fixed TTS not speaking when unmuting. #109

Closed npike closed 4 years ago

npike commented 4 years ago

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.