[6.5.0] 升级高精地图版本,解决路口bug,修复路口计数功能,增加全息路口只在有路线ID时显示
This commit is contained in:
@@ -18,6 +18,7 @@ import com.mogo.commons.voice.AIAssist
|
||||
import com.mogo.eagle.core.data.config.FunctionBuildConfig
|
||||
import com.mogo.eagle.core.function.api.hmi.view.IViewControlListener
|
||||
import com.mogo.eagle.core.function.api.map.road.IMoGoMapRoadListener
|
||||
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotStatusListenerManager
|
||||
import com.mogo.eagle.core.function.call.autopilot.CallerV2nNioEventListenerManager
|
||||
import com.mogo.eagle.core.function.call.hmi.CallerHmiViewControlListenerManager
|
||||
import com.mogo.eagle.core.function.call.map.CallerMapIdentifyManager
|
||||
@@ -128,6 +129,10 @@ class RoadCrossRoamView @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
private fun attachView() {
|
||||
// 没有路线不做提示
|
||||
if(CallerAutoPilotStatusListenerManager.getLineId() == 0L){
|
||||
return
|
||||
}
|
||||
// 处于漫游模式下不做处理
|
||||
if (CallerMapIdentifyManager.roam.second) {
|
||||
if (CallerMapIdentifyManager.roam.first != TAG) {
|
||||
@@ -135,6 +140,7 @@ class RoadCrossRoamView @JvmOverloads constructor(
|
||||
}
|
||||
return
|
||||
}
|
||||
// 首页被遮挡不做提示
|
||||
if(!CallerHmiViewControlListenerManager.getMainPageVisible()){
|
||||
CallerLogger.d("$M_MAP$TAG", "attachView return , mainPageVisible is false")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user