[8.1.4]
[fea] [tts 司机屏乘客屏车外]
This commit is contained in:
@@ -174,16 +174,6 @@ object CommonModel {
|
||||
}
|
||||
}
|
||||
}
|
||||
// 小于200m 播报站点介绍
|
||||
if (distance < 200) {
|
||||
val stationNext = mStations[mNextStationIndex]
|
||||
if (!stationNext.isPlayTts) {
|
||||
if (!StringUtils.isEmpty(stationNext.introduction)) {
|
||||
showNotice(stationNext.introduction)
|
||||
stationNext.isPlayTts = true
|
||||
}
|
||||
}
|
||||
}
|
||||
mCommonCallbackList.forEach {
|
||||
it.value.updateRemainMT(
|
||||
distance.toLong(),
|
||||
|
||||
Reference in New Issue
Block a user