Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice dictation crashes the app when after pressing Done #14

Open
kisileno opened this issue Sep 17, 2017 · 1 comment
Open

Voice dictation crashes the app when after pressing Done #14

kisileno opened this issue Sep 17, 2017 · 1 comment

Comments

@kisileno
Copy link

kisileno commented Sep 17, 2017

In general looks looks like it is working fine, but just after dictation is over and user presses Done Example app crashes.

@kisileno
Copy link
Author

Can be easily fixed by adding:

    open override func replaceCharacters(in range: NSRange, with str: String) {
        replaceCharacters(in: range, with: NSAttributedString(string: str))
    }

to HighlighterTextStorage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant