revert "debug FC when route is finished"
This commit is contained in:
parent
105404fe2a
commit
4e45b72bef
1 changed files with 1 additions and 1 deletions
|
@ -103,6 +103,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
for (String s : execute) {
|
||||
bld.append(s).append(' ');
|
||||
}
|
||||
sendAlertToPebble(bld.toString());
|
||||
if (mTts != null && !vrt.isMute()) {
|
||||
if (ttsRequests++ == 0)
|
||||
requestAudioFocus();
|
||||
|
@ -113,7 +114,6 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
} else {
|
||||
sendAlertToAndroidWear(ctx, bld.toString());
|
||||
}
|
||||
sendAlertToPebble(bld.toString());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue