[3.3.0] fix taxi ui thread in main

This commit is contained in:
zhongchao
2023-06-27 16:09:27 +08:00
parent c5c330821f
commit 07bccd0e2a

View File

@@ -61,6 +61,7 @@ class TaxiPassengerServingOrderFragment :
private var mProgressSeekBar: AppCompatSeekBar? = null
private var mProgessDes: TextView? = null
private var mSpeedLayoutBg: OCHRadiusImageView? = null
@Volatile
private var mLimitingVelocity = 0 // 返回的道路限速值
override fun getLayoutId(): Int {
return R.layout.taxi_p_activity_serving_order_view