We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b329d36 commit 3d5922cCopy full SHA for 3d5922c
VoiceAgent/App/AppView.swift
@@ -90,10 +90,6 @@ struct AppView: View {
90
@ViewBuilder
91
private func errors() -> some View {
92
#if !os(visionOS)
93
- if case .reconnecting = session.connectionState {
94
- WarningView(warning: "warning.reconnecting")
95
- }
96
-
97
if let error = session.error {
98
ErrorView(error: error) { session.dismissError() }
99
}
0 commit comments