mirror of
https://github.com/jeremysrand/ListenerApp.git
synced 2026-04-20 14:16:30 +00:00
Update listening state when the recognizer times out.
This commit is contained in:
@@ -214,6 +214,8 @@ struct ContentView: View {
|
||||
self.recognitionRequest = nil
|
||||
self.recognitionTask = nil
|
||||
self.listening = false
|
||||
guard let client = client else { return }
|
||||
client.send(data: isListening())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>73</string>
|
||||
<string>76</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSSpeechRecognitionUsageDescription</key>
|
||||
|
||||
Reference in New Issue
Block a user