[6.2.6] open the note
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user