You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
When calling Speak with a SpeakSetting parameter that doesn't set Locale, NRE's are thrown due to checking for Language. i.e. calls to settings?.Locale.Language should be settings?.Locale?.Language
Bug report best practices: Submitting Issues
Description
When calling Speak with a SpeakSetting parameter that doesn't set Locale, NRE's are thrown due to checking for Language. i.e. calls to
settings?.Locale.Languageshould besettings?.Locale?.LanguageSteps to Reproduce
Expected Behavior
no error
Actual Behavior
NRE thrown
Basic Information
Screenshots
Reproduction Link