[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 9863924ebb
commit dac3d92a11

View File

@@ -1193,9 +1193,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