[6.0.0] 增加拉取任务2分钟倒计时UI

This commit is contained in:
wangmingjun
2023-08-31 19:24:30 +08:00
committed by zhongchao
parent 9150416125
commit 4af9dc0905

View File

@@ -164,6 +164,8 @@ class TaxiCurrentTaskFragment : BaseFragment(),
updateViewByDriveToNearestStationTask(taskAndOrderUiState.driveToNearestStationTask)
} else {
prepareTaskCountdownTv.visibility = View.GONE
prepareTasCountDownTimer?.cancel()
prepareTasCountDownTimer = null
initContainerView(false)
removeAllMapMarker()
}