Skip to content

Commit f71cc9e

Browse files
fix: Speech to text button on chat activity not working #2469
1 parent 54eb7e7 commit f71cc9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/org/fossasia/susi/ai/chat/STTfragment.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ class STTFragment : Fragment() {
170170
recognizer.startListening(intent)
171171
}
172172
private fun restoreActivityState() {
173-
174173
if ((activity as ChatActivity).recordingThread != null) {
175174
chatPresenter.startHotwordDetection()
176175
}

0 commit comments

Comments
 (0)