debug FC when route is finished
This commit is contained in:
parent
a62cf81d6d
commit
105404fe2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue