[SweeperCloud]fix:kotlin compile error ;
This commit is contained in:
@@ -478,8 +478,8 @@ class SweeperFragment : BaseSweeperTabFragment<SweeperFragment?, SweeperPresente
|
||||
showNotice("任务已结束")
|
||||
resetTaskInfoPanel()
|
||||
// 大任务这里也判断移除HD Marker, 双重判断
|
||||
mCurrentRunningSubTaskInfo?.also {
|
||||
removeHDMapMarkerBySubTask(it)
|
||||
if (mCurrentRunningSubTaskInfo != null) {
|
||||
removeHDMapMarkerBySubTask(mCurrentRunningSubTaskInfo!!)
|
||||
}
|
||||
} else if (bigTaskStatus == SweeperCommon.TaskStatus.SUSPENDED) {// 暂停
|
||||
showNotice("任务已暂停")
|
||||
|
||||
Reference in New Issue
Block a user