[dev_arch_opt_3.0] opt

This commit is contained in:
lixiaopeng
2023-03-14 18:17:30 +08:00
committed by zhongchao
parent 3ee9a9e267
commit 6062e66c67
3 changed files with 0 additions and 8 deletions

View File

@@ -535,11 +535,9 @@ internal class DebugSettingView @JvmOverloads constructor(
tbChangeCurrentCarIcon.setOnCheckedChangeListener { _, isChecked ->
if (!isChecked) {
// 替换为出租车图标
CallerLogger.d(SceneConstant.M_BINDING + TAG, " debugsettingview chuzuche ")
CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(R.raw.chuzuche)
} else {
// 替换为小巴车图标
CallerLogger.d(SceneConstant.M_BINDING + TAG, " debugsettingview xiaobache ")
CallerMapUIServiceManager.getMapUIController()?.changeCurrentIcon(R.raw.xiaobache)
}
}