Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-01-19 09:58:01 +01:00
commit b9eec50dc8
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ public class MediaCommandPlayerImpl extends AbstractPrologCommandPlayer implemen
bld.append(s).append(' ');
}
if (ctx != null) {
sendAlertToAndroidWear(ctx, bld.toString());
// sendAlertToAndroidWear(ctx, bld.toString());
}
return;
}

View file

@ -126,7 +126,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
mTts.speak(bld.toString(), TextToSpeech.QUEUE_ADD, params);
// Audio focus will be released when onUtteranceCompleted() completed is called by the TTS engine.
} else if (ctx != null && vrt.isMute()) {
sendAlertToAndroidWear(ctx, bld.toString());
// sendAlertToAndroidWear(ctx, bld.toString());
}
}