[6.7.0][FSM] refactor: 默认不知道档位时 由空修改为 “-” ;

This commit is contained in:
aibingbing
2024-10-12 17:31:10 +08:00
parent ecb9925c69
commit 9b6c93841e

View File

@@ -182,7 +182,7 @@ class StartAutoPilotStatusView @JvmOverloads constructor(
Chassis.GearPosition.GEAR_NONE -> {
tv_gear?.isEnabled = false
tv_gear?.text = ""
tv_gear?.text = "-"
}
else -> {}