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) {
|
for (String s : execute) {
|
||||||
bld.append(s).append(' ');
|
bld.append(s).append(' ');
|
||||||
}
|
}
|
||||||
sendAlertToPebble(bld.toString());
|
|
||||||
if (mTts != null && !vrt.isMute()) {
|
if (mTts != null && !vrt.isMute()) {
|
||||||
if (ttsRequests++ == 0)
|
if (ttsRequests++ == 0)
|
||||||
requestAudioFocus();
|
requestAudioFocus();
|
||||||
|
@ -114,6 +113,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
||||||
} else {
|
} else {
|
||||||
sendAlertToAndroidWear(ctx, bld.toString());
|
sendAlertToAndroidWear(ctx, bld.toString());
|
||||||
}
|
}
|
||||||
|
sendAlertToPebble(bld.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue