[3.2.0][Opt]全览模式串行处理数据

This commit is contained in:
chenfufeng
2023-06-07 19:10:44 +08:00
committed by zhongchao
parent ad73ccf819
commit 2259b2642e

View File

@@ -1092,7 +1092,7 @@ class OverMapView @JvmOverloads constructor(
MarkerDrawerManager.stopLoopCalCarLocation()
isPointsChanged = true
globalPathResp?.let {
ThreadUtils.getIoPool().execute {
ThreadUtils.getSinglePool().execute {
handlePlanningData(it.wayPointsList)
}
}