[6.2.6] open the note

This commit is contained in:
zhongchao
2023-12-19 18:55:00 +08:00
parent 2d5441acb0
commit 1dc732d06f

View File

@@ -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)