Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

TextToSpeech: passing a SpeakSettings without Locale causes errors on all platforms #587

@powerdude

Description

@powerdude

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.Language should be settings?.Locale?.Language

Steps to Reproduce

Expected Behavior

no error

Actual Behavior

NRE thrown

Basic Information

  • Version with issue: Latest
  • Last known good version: none
  • IDE:
  • Platform Target Frameworks:
    • iOS: latest
    • Android: latest
    • UWP: latest
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions