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

Catch up on docs #341

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Catch up on docs #341

merged 3 commits into from
Nov 5, 2024

Conversation

ianthetechie
Copy link
Contributor

@ianthetechie ianthetechie commented Nov 3, 2024

Quck one to catch up on some docs that have fallen behind implementation.

Closes #321

@@ -16,7 +16,7 @@ struct DemoNavigationView: View {
private let navigationDelegate = NavigationDelegate()
// NOTE: This is probably not ideal but works for demo purposes.
// This causes a thread performance checker warning log.
private let spokenInstructionObserver = SpokenInstructionObserver.initAVSpeechSynthesizer(isMuted: false)
@State private var spokenInstructionObserver = SpokenInstructionObserver.initAVSpeechSynthesizer(isMuted: false)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this should probably be state to prevent accidental re-creation?

@ianthetechie ianthetechie merged commit 6a98fec into main Nov 5, 2024
14 checks passed
@ianthetechie ianthetechie deleted the docs-catchup branch November 5, 2024 02:42
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

Successfully merging this pull request may close these issues.

Document annotations in the Guide
1 participant