[6.4.6][引导线动效] 修正引导线动效在调试面板的开关不生效问题

This commit is contained in:
renwj
2024-06-27 10:24:04 +08:00
parent 5ac4fa0f6b
commit 78a5d31101
9 changed files with 49 additions and 3 deletions

View File

@@ -1378,6 +1378,7 @@ internal class DebugSettingView @JvmOverloads constructor(
tbRouteDynamicEffect.isChecked = HmiBuildConfig.isShowRouteStrategy
tbRouteDynamicEffect.setOnCheckedChangeListener { _, isChecked ->
HmiBuildConfig.isShowRouteStrategy = isChecked
CallerDevaToolsManager.setRouteDynamicColorEnable(isChecked)
}
btnThresholdDefine.setOnClickListener {

View File

@@ -419,6 +419,7 @@ internal class SOPSettingView @JvmOverloads constructor(
scRouteDynamicEffect.setOnCheckedChangeListener { _, isChecked ->
hmiAction("SOP 引导线动态效果, ", isChecked)
HmiBuildConfig.isShowRouteStrategy = isChecked
CallerDevaToolsManager.setRouteDynamicColorEnable(isChecked)
}
//点云效果