[3.2.0]fix小巴车转向灯不显示Bug

This commit is contained in:
xuxinchao
2023-06-06 18:42:47 +08:00
committed by zhongchao
parent 91229bd66c
commit 621f6a78d0
4 changed files with 9 additions and 9 deletions

View File

@@ -608,7 +608,7 @@ internal class DebugSettingView @JvmOverloads constructor(
CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(R.raw.chuzuche)
} else {
// 替换为小巴车图标
CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(R.raw.xiaobache)
CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(R.raw.xiaoba)
}
}