[dev_robotaxi-d-app-module_2132_221223_2.13.2_sop] 修改bug

This commit is contained in:
lixiaopeng
2023-02-20 15:23:53 +08:00
parent c911616702
commit a910705b57

View File

@@ -1099,9 +1099,9 @@ class MoGoHmiFragment : MvpFragment<MoGoHmiContract.View?, HmiPresenter?>(),
mViewLimitingVelocity?.updateLimitingSpeed(limitingSpeed, limitSpeedSource)
tvLimitingSource?.visibility = View.VISIBLE
if (limitSpeedSource == 1) {
tvLimitingSource.text = "MAP"
tvLimitingSource?.text = "MAP"
} else if (limitSpeedSource == 2) {
tvLimitingSource.text = "RSU"
tvLimitingSource?.text = "RSU"
}
} else {
mViewLimitingVelocity?.visibility = View.INVISIBLE