[8.1.0]
[fea] [b2] [去掉b2 全息路口 判断]
This commit is contained in:
@@ -42,14 +42,6 @@ class RoadCrossRoamViewModel: ViewModel(), IMoGoMapRoadListener {
|
||||
CallerLogger.d(TAG, "没有路线不做提示")
|
||||
return
|
||||
}
|
||||
// 处于漫游模式下不做处理
|
||||
if (CallerMapIdentifyManager.roam.second) {
|
||||
if (CallerMapIdentifyManager.roam.first != TAG) {
|
||||
ToastUtils.showLong("正在漫游中,不展示路口漫游")
|
||||
}
|
||||
CallerLogger.d(TAG, "正在漫游中,不展示路口漫游")
|
||||
return
|
||||
}
|
||||
// 首页被遮挡不做提示
|
||||
if (!CallerHmiViewControlListenerManager.getMainPageVisible()) {
|
||||
CallerLogger.d(TAG, "attachView return , mainPageVisible is false")
|
||||
|
||||
Reference in New Issue
Block a user