[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

@@ -396,4 +396,8 @@ object CallerDevaToolsManager {
fun unRegisterStartAutopilotStateListener(tag: String) {
devaToolsProviderApi?.unRegisterStartAutopilotStateListener(tag)
}
fun setRouteDynamicColorEnable(enable: Boolean) {
devaToolsProviderApi?.setRouteDynamicColorEnable(enable)
}
}