mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
commit
30901a05a8
@ -430,6 +430,7 @@ void DistributedSchedService::NotifyContinuationCallbackResult(int32_t missionId
|
||||
if (dschedContinuation_->IsInContinuationProgress(missionId)) {
|
||||
if (!isSuccess) {
|
||||
result = CleanMission(missionId);
|
||||
HILOGD("clean mission result:%{public}d", result);
|
||||
}
|
||||
result = dschedContinuation_->NotifyMissionCenterResult(missionId, isSuccess);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user