[6.5.0] fix

This commit is contained in:
EmArrow
2024-07-18 21:40:29 +08:00
parent 37b214858a
commit cc9f0e1ac1

View File

@@ -195,14 +195,10 @@ class RoadCrossRoamView @JvmOverloads constructor(
}
private fun attachView() {
if(this.visibility == View.VISIBLE){
// 没有路线不做提示
if (CallerAutoPilotStatusListenerManager.getLineId() == 0L) {
return
}
// 没有路线不做提示
// if (CallerAutoPilotStatusListenerManager.getLineId() == 0L) {
// return
// }
// 处于漫游模式下不做处理
if (CallerMapIdentifyManager.roam.second) {
if (CallerMapIdentifyManager.roam.first != TAG) {