修复TTS预警播报

This commit is contained in:
董宏宇
2021-09-13 16:09:33 +08:00
committed by chenfufeng
parent 396a35efd2
commit c29f4e21b6
3 changed files with 27 additions and 43 deletions

View File

@@ -237,7 +237,8 @@ object TrafficMarkerDrawer {
trafficData.heading.toFloat(),
stepTime
)
} catch (e: NullPointerException) {
} catch (e:Exception) {
e.printStackTrace()
try {
drawObuRecognizedDataMarker(trafficData)
} catch (e: Exception) {