mirror of
https://github.com/jeremysrand/ListenerApp.git
synced 2024-12-30 12:29:52 +00:00
Update listening state when the recognizer times out.
This commit is contained in:
parent
b389139826
commit
07d3bb88c7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user