[6.7.2]
1、修改遺漏的 string 资源换肤
This commit is contained in:
@@ -242,7 +242,7 @@ class RoadCrossRoamView @JvmOverloads constructor(
|
||||
//播放语音
|
||||
val dis = CallerMapRoadListenerManager.getStopLineDistance()?.toInt() ?: 0
|
||||
if (AppIdentityModeUtils.isDriver(FunctionBuildConfig.appIdentityMode)) {
|
||||
var disStr = "前方即将通过路口,蘑菇为您提供路口全息影像,助力出行"
|
||||
var disStr = "前方即将通过路口,${SkinResources.getInstance().getString(R.string.operation_platform_name)}为您提供路口全息影像,助力出行"
|
||||
if (dis >= 80) {
|
||||
disStr = "前方${dis}米将通过路口,${SkinResources.getInstance().getString(R.string.operation_platform_name)}为您提供路口全息影像,助力出行"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user