Merge branch 'refs/heads/dev_robotaxi-d_240912_6.7.0' into dev_robotaxi-d_240912_6.7.2_local

This commit is contained in:
donghongyu-pc
2024-10-22 16:03:05 +08:00

View File

@@ -1,6 +1,7 @@
package com.mogo.och.unmanned.taxi.ui.routing
import androidx.lifecycle.ViewModel
import com.mogo.och.common.module.manager.loop.BizLoopManager
import com.mogo.och.unmanned.taxi.bean.StartGrayAndQueryContrailRsp
/**
@@ -25,7 +26,9 @@ class RoutingSwitchModel : ViewModel() {
}
fun showLoading() {
this.viewCallback?.showLoadingView()
BizLoopManager.runInMainThread{
this.viewCallback?.showLoadingView()
}
}
fun showRoutingSelectView(){