[6.5.0] fix
This commit is contained in:
@@ -195,14 +195,10 @@ class RoadCrossRoamView @JvmOverloads constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun attachView() {
|
private fun attachView() {
|
||||||
if(this.visibility == View.VISIBLE){
|
// 没有路线不做提示
|
||||||
|
if (CallerAutoPilotStatusListenerManager.getLineId() == 0L) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// 没有路线不做提示
|
|
||||||
// if (CallerAutoPilotStatusListenerManager.getLineId() == 0L) {
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
// 处于漫游模式下不做处理
|
// 处于漫游模式下不做处理
|
||||||
if (CallerMapIdentifyManager.roam.second) {
|
if (CallerMapIdentifyManager.roam.second) {
|
||||||
if (CallerMapIdentifyManager.roam.first != TAG) {
|
if (CallerMapIdentifyManager.roam.first != TAG) {
|
||||||
|
|||||||
Reference in New Issue
Block a user