[2.13.2] 优化v2v的显示问题,其他问题优化

This commit is contained in:
lixiaopeng
2023-01-13 20:29:40 +08:00
parent c66faffe5e
commit 0106e7a34e
8 changed files with 92 additions and 58 deletions

View File

@@ -70,7 +70,6 @@ class V2XTrafficLightBroadcastReceiver : BroadcastReceiver() {
* 关闭交通灯
*/
private fun dispatchCloseWaring() {
Log.d("liyz", "receiver dispatchCloseWaring disableWarningTrafficLight ")
CallerHmiManager.disableWarningTrafficLight()
}
}