debug FC when route is finished

This commit is contained in:
sonora 2016-05-20 12:58:22 +02:00
parent a62cf81d6d
commit 105404fe2a

View file

@ -103,7 +103,6 @@ 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();
@ -114,6 +113,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
} else {
sendAlertToAndroidWear(ctx, bld.toString());
}
sendAlertToPebble(bld.toString());
}
@Override