Skip to content

Commit b387efe

Browse files
atm1504iamareebjamal
authored andcommitted
fix: unclickable mic or send icon in chat activity (#2236)
* fix: Fixed the crash of signup page in landscape mode (#2240) * fix: Settings and menu mal function fixed (#2231) * fix: Fix settngs and menu mal-function * chore: Update version * fixed visibility of voice search icon in chat activity and stt fragment * fix: Fixed the crash of signup page in landscape mode (#2240) Co-authored-by: Areeb Jamal <jamal.areeb@gmail.com> * fix: Fix the bug in the try button of skill details page (#2247) * fix: Fix the bug in the try button of skill details page * Make changes in debugging statement * Fix: Fix click actions of mic or send icon
1 parent 8b4a9f5 commit b387efe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ class STTFragment : Fragment() {
8181
chatPresenter.startHotwordDetection()
8282
}
8383
(activity as ChatActivity).fabsetting.show()
84+
activity?.searchChat?.show()
85+
activity?.voiceSearchChat?.show()
86+
activity?.btnSpeak?.isEnabled = true
8487
activity?.supportFragmentManager?.popBackStackImmediate()
8588
}
8689

@@ -94,6 +97,9 @@ class STTFragment : Fragment() {
9497
speechProgress?.onResultOrOnError()
9598
recognizer.destroy()
9699
activity?.fabsetting?.show()
100+
activity?.searchChat?.show()
101+
activity?.voiceSearchChat?.show()
102+
activity?.btnSpeak?.isEnabled = true
97103
activity?.supportFragmentManager?.popBackStackImmediate()
98104
}
99105

0 commit comments

Comments
 (0)