Update TTSCommandPlayerImpl.java
This commit is contained in:
parent
1e04607984
commit
e5b53dcb7e
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
||||||
i.putExtra("sender", "OsmAnd");
|
i.putExtra("sender", "OsmAnd");
|
||||||
i.putExtra("notificationData", notificationData);
|
i.putExtra("notificationData", notificationData);
|
||||||
mTtsContext.sendBroadcast(i);
|
mTtsContext.sendBroadcast(i);
|
||||||
log.info("Send message to pebble " + message)
|
log.info("Send message to pebble " + message);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initializeEngine(final Context ctx, final Activity act)
|
private void initializeEngine(final Context ctx, final Activity act)
|
||||||
|
|
Loading…
Reference in a new issue