Mercurial > 510ConnectbotMonitor
changeset 6:31979440706a
allow async tts
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 23 Jun 2014 17:13:18 -0700 |
parents | d1f095e4f8f0 |
children | 992dca085fa2 |
files | src/com/five_ten_sg/connectbot/monitor/MonitorService.java |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/monitor/MonitorService.java Mon Jun 23 17:11:52 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/monitor/MonitorService.java Mon Jun 23 17:13:18 2014 -0700 @@ -95,7 +95,6 @@ public void printer(String msg) { if (handler != null) handler.sendMessage(handler.obtainMessage(MonitorActivity.MESSAGE_CODE_PRINT, msg)); - if (speech) talker.speak(msg, TextToSpeech.QUEUE_FLUSH, null); } @Override