[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
}

View File

@@ -3,7 +3,6 @@ package com.mogo.eagle.core.function.call.hmi
import android.view.View
import android.view.ViewGroup
import com.mogo.eagle.core.function.api.hmi.view.IViewControlListener
import com.mogo.eagle.core.function.call.autopilot.CallerAutopilotActionsListenerManager
import com.mogo.eagle.core.function.call.base.CallerBase
/**