diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/PncActionsView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/PncActionsView.kt index 1f6b54885e..0615fac9b9 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/PncActionsView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/vehicle/PncActionsView.kt @@ -76,12 +76,12 @@ class PncActionsView @JvmOverloads constructor( } override fun onAutopilotStatusResponse(state: Int) { -// if (state != STATUS_AUTOPILOT_RUNNING) { -// UiThreadHandler.post { -// tvHmiPncActions.background = null -// tvHmiPncActions.text = "" -// } -// } + if (state != STATUS_AUTOPILOT_RUNNING) { + UiThreadHandler.post { + tvHmiPncActions.background = null + tvHmiPncActions.text = "" + } + } } @BizConfig(FOUNDATION, "", BIZ_PNC_ACTIONS)