[3.4.0]修复调试面板中打开历史消息之后关闭调试面板再打开无法关闭上报历史窗Bug

This commit is contained in:
xuxinchao
2023-07-28 18:36:48 +08:00
parent fa8f144869
commit 37a2710dd9
6 changed files with 45 additions and 11 deletions

View File

@@ -162,6 +162,13 @@ object CallerDevaToolsManager {
devaToolsProviderApi?.showReportListWindow(context,isShow)
}
/**
* 获取工控机异常上报列表展示状态
*/
fun getReportWindowStatus(): Boolean{
return devaToolsProviderApi?.getReportWindowStatus() ?: false
}
/**
* 下载指定包
*/