解决了模拟环境推送tts Bug

http://h5service.zhidaohulian.com/v2x_remoteControl/#/
This commit is contained in:
董宏宇
2020-12-15 11:51:07 +08:00
parent 38196aa667
commit dd8584494f

View File

@@ -106,6 +106,9 @@ public class V2XAnimationWindow extends ConstraintLayout implements IV2XWindow<V
});
vvCarAnimation.start();
Logger.w(MODULE_NAME, "开始播放动画。。。。。");
if (mV2XWindowStatusListener != null) {
mV2XWindowStatusListener.onViewShow();
}
}
if (tts != null) {
AIAssist.getInstance(V2XServiceManager.getContext()).speakTTSVoice(tts);