File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/src/main/java/org/fossasia/susi/ai/chat Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class ChatActivity : AppCompatActivity(), IChatView {
114114 }
115115 searchChat.visibility = View .VISIBLE
116116 fabsetting.visibility = View .VISIBLE
117- voiceSearchChat.visibility = View .GONE
117+ voiceSearchChat.visibility = View .VISIBLE
118118 }
119119
120120 override fun onTouchEvent (event : MotionEvent ): Boolean {
@@ -356,6 +356,7 @@ class ChatActivity : AppCompatActivity(), IChatView {
356356 hideSoftKeyboard(this , window.decorView)
357357 searchChat.visibility = View .GONE
358358 fabsetting.visibility = View .GONE
359+ voiceSearchChat.visibility = View .GONE
359360 val fragmentTransaction = supportFragmentManager.beginTransaction()
360361 fragmentTransaction.replace(R .id.speechToTextFrame, STTFragment ())
361362 fragmentTransaction.addToBackStack(null )
You can’t perform that action at this time.
0 commit comments