[6.5.0] fix ui problem
This commit is contained in:
@@ -226,7 +226,7 @@ object CallerAutopilotActionsListenerManager : CallerBase<IMoGoAutopilotActionsL
|
||||
this.isAutopilotAbility = isAutopilotAbility
|
||||
this.launchConditionData = launchConditionData
|
||||
this.unableAutopilotReasons = unableAutopilotReasons
|
||||
notification();
|
||||
notification()
|
||||
|
||||
// if (isConnected) {
|
||||
// var isEquals = true
|
||||
|
||||
@@ -24,11 +24,11 @@ object CallerHmiViewControlListenerManager : CallerBase<IViewControlListener>()
|
||||
M_LISTENERS[tag]?.visible(v)
|
||||
}
|
||||
|
||||
fun invokeV2XEvent(tag: String, v: Int) {
|
||||
fun invokeV2XEvent(v: Int, tag: String = IViewControlListener.V2X_EVENT_TAG) {
|
||||
v2xEventTag[tag] = v
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
listener.v2xEventVisible(v)
|
||||
listener.v2xEventVisible(v, tag)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user