[3.4.0]云调度Bug修复,当云调度取消确认后,人工接管不再弹出重新进入自驾弹窗

This commit is contained in:
xuxinchao
2023-07-17 17:32:16 +08:00
parent 133a6a7929
commit fa84f217e5

View File

@@ -224,8 +224,13 @@ class DispatchAutoPilotManager private constructor() :
onSuccess = {
//取消自动驾驶
CallerAutoPilotControlManager.cancelAutoPilot()
isDispatch = false
ToastUtils.showShort("云调度取消确认成功")
CallerLogger.i("$M_BIZ$TAG","stopAffirm 取消自动驾驶")
}, onError = {})
}, onError = {error ->
ToastUtils.showShort("停止调度确认失败${error}")
}
)
}
}