This commit is contained in:
lixiaopeng
2021-09-09 19:39:58 +08:00
parent a9b8555388
commit ef1b7f3b93
2 changed files with 13 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ class MoGoWarningFragment : MvpFragment<MoGoWarningContract.View?, WaringPresent
.show()
// 创建弹窗成功才进行TTS播报
Logger.d("MoGoWarningFragment", " mWarningFloat = " + mWarningFloat + "---ttsContent = " + ttsContent)
if (mWarningFloat != null && !TextUtils.isEmpty(ttsContent)) {
Logger.d("MoGoWarningFragment", "---> ttsContent = $ttsContent")
AIAssist.getInstance(activity)