[6.5.0] fix bug

This commit is contained in:
EmArrow
2024-07-11 18:04:54 +08:00
parent 05512619e3
commit 9d892b3dfd
2 changed files with 1 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ class RoadCrossRoamView @JvmOverloads constructor(
}
return
}
if(CallerHmiViewControlListenerManager.getMainPageVisible()){
if(!CallerHmiViewControlListenerManager.getMainPageVisible()){
CallerLogger.d("$M_MAP$TAG", "attachView return , mainPageVisible is false")
return
}