[2.13.0-arch-opt] reset color of jiangshiche

This commit is contained in:
zhongchao
2023-03-09 16:04:40 +08:00
parent 06d64f5fe8
commit cda9ec32b5

View File

@@ -65,10 +65,10 @@ object TrackerSourceColorHelper {
//僵尸车
if(data.addAttribute == AdditionalAttribute.ATTR_ZOMBIE){
color = "#AE7887FF"
color = "#AD7488FF"
CallerMapUIServiceManager.getMapUIController()?.let {
if(it.isDayMode){
color = "#AD7488FF"
color = "#AE7887FF"
}
}
}