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 54eb7e7 commit f71cc9eCopy full SHA for f71cc9e
app/src/main/java/org/fossasia/susi/ai/chat/STTfragment.kt
@@ -170,7 +170,6 @@ class STTFragment : Fragment() {
170
recognizer.startListening(intent)
171
}
172
private fun restoreActivityState() {
173
-
174
if ((activity as ChatActivity).recordingThread != null) {
175
chatPresenter.startHotwordDetection()
176
0 commit comments