1. 调整tts播报策略为默认

This commit is contained in:
wangcongtao
2020-08-18 10:09:09 +08:00
parent 75fcf33a4a
commit f25ed65f6a

View File

@@ -209,7 +209,7 @@ class LauncherCardRefresher {
return; return;
} }
Logger.d( TAG, msg ); Logger.d( TAG, msg );
AIAssist.getInstance( mContext ).speakTTSVoice( msg, VoicePreemptType.PREEMPT_TYPE_NEXT, null ); AIAssist.getInstance( mContext ).speakTTSVoice( msg );
} }
private void notifyLauncherCard( String info ) { private void notifyLauncherCard( String info ) {