|
@@ -879,7 +879,11 @@ static uploadFileManager * cur_uploadFileShareInstance = nil;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- [[NSNotificationCenter defaultCenter] postNotificationName:uploadFileRefreshNotification object:nil];
|
|
|
+ uploadFileDataModel *RefreshUploadFileDataMod = nil;
|
|
|
+ if(delArr.count >= 1){
|
|
|
+ RefreshUploadFileDataMod = delArr.firstObject;
|
|
|
+ }
|
|
|
+ [[NSNotificationCenter defaultCenter] postNotificationName:uploadFileRefreshNotification object:RefreshUploadFileDataMod];
|
|
|
|
|
|
complete(YES);
|
|
|
|