Fix typo
This commit is contained in:
parent
7019e5996d
commit
5856b98f88
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
abandonAudioFocus();
|
||||
log.debug("ttsRequests="+ttsRequests);
|
||||
if (ttsRequests < 0) {
|
||||
ttsRequests == 0;
|
||||
ttsRequests = 0;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue