Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a14311ae
authored
Apr 18, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fixed - Bot should stop listening once it captures user text and sends it to server.
parent
6dd6fd17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app/src/main/java/com/vsoft/servicenow/ui/ChatActivity.java
app/src/main/java/com/vsoft/servicenow/ui/ChatActivity.java
View file @
a14311ae
...
...
@@ -541,6 +541,9 @@ public class ChatActivity extends HandleNotificationActivity implements OnDSList
@Override
public
void
onDroidSpeechFinalResult
(
String
finalSpeechResult
)
{
if
(
droidSpeech
!=
null
)
{
droidSpeech
.
closeDroidSpeechOperations
();
}
mInputMessageView
.
setText
(
firstLetterCaps
(
finalSpeechResult
));
attemptSend
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment