|
|
@@ -481,8 +481,9 @@
|
|
|
BOOL isUploadingType = [[uploadFileManager shareInstance] checkUploadingFun];
|
|
|
BOOL isDownloadingType = [[downloadManager shareInstance] checkDownloadingFun];
|
|
|
BOOL isBackground = [HWDataManager getBoolWithKey:stringKeyAddSn(Const_file_Transfe_working_background)];
|
|
|
+ BOOL isNasDownloadingType = [customDownloadManager shareManager].isDownLoadIngType;
|
|
|
|
|
|
- if ((isBackupsingType || isUploadingType || isDownloadingType) && isBackground) {
|
|
|
+ if ((isBackupsingType || isUploadingType || isDownloadingType ||isNasDownloadingType) && isBackground) {
|
|
|
HLog(@"后台保活中");
|
|
|
[cachesFileManager writeLogsWithMsg:@"Background working"];
|
|
|
}
|