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 d246762 commit 96d2478Copy full SHA for 96d2478
ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/VoiceInputDialogFragment.kt
@@ -76,6 +76,8 @@ class VoiceInputDialogFragment : DialogFragment() {
76
androidView.setSuggestions(it)
77
androidView.setSubtitle(resources.getString(R.string.input_subtitle_listening))
78
}
79
+ speechRecognizer.setRecognitionListener(presenter)
80
+ speechRecognizer.stateListener = presenter
81
82
83
override fun onResume() {
0 commit comments