[SweeperCloud]fix:请求进入自动驾驶 按钮有2个影响因素:自驾状态 和 当前子任务状态,所以当这2个变化时都需要回调更新按钮样式;

This commit is contained in:
aibingbing
2023-08-07 17:30:02 +08:00
parent 1ffe37aa80
commit 13c5aa2dc4

View File

@@ -271,6 +271,7 @@ class SweeperFragment : BaseSweeperTabFragment<SweeperFragment?, SweeperPresente
) {
mLoadingDialog.hideLoading()
updateSubTaskInfo(taskId, subTaskId, subTaskStatus)
updateStartAutoPilotBtnByAutoPilotState()
}
/**