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 b9065bd commit 8ced7deCopy full SHA for 8ced7de
VoiceAssistant/Connect/ControlBar.swift
@@ -87,8 +87,10 @@ struct ControlBar: View {
87
}
88
89
.animation(.spring(duration: 0.3), value: currentConfiguration)
90
+ #if !os(visionOS)
91
.sensoryFeedback(.impact, trigger: isConnecting)
92
.sensoryFeedback(.impact, trigger: isDisconnecting)
93
+ #endif
94
95
96
/// Fetches a token and connects to the LiveKit room
0 commit comments