Merge remote-tracking branch 'origin/dev_robotaxi-d-app-module_270_220510_2.7.0' into dev_robotaxi-d-app-module_270_220510_2.7.0

This commit is contained in:
wangmingjun
2022-06-07 18:05:41 +08:00

View File

@@ -246,7 +246,9 @@ class MoGoHmiFragment : MvpFragment<MoGoHmiContract.View?, HmiPresenter?>(),
ipcReportWindow =null
}
})
AIAssist.getInstance(AbsMogoApplication.getApp()).speakTTSVoice("")
ipcReportWindow?.let {
AIAssist.getInstance(AbsMogoApplication.getApp()).speakTTSVoice("")
}
}
ipcReportWindow?.showFloatWindow()
ipcReportWindow?.refreshData(reportList)