test solution for 2810

This commit is contained in:
sonora 2016-07-17 11:20:31 +02:00
parent a3877d3fde
commit eb15dbbaa9

View file

@ -132,6 +132,8 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
public void stop(){
if (mTts != null){
mTts.stop();
//Test to see if this fixes #2810
mTts = null;
}
ttsRequests = 0;
if (ctx != null) {