|
@@ -25,6 +25,9 @@
|
|
|
#import "TipsQRCodeForChangeDeviceViewController.h"
|
|
|
#import "AFNetworkReachabilityManager.h"
|
|
|
#import "ComontAlretViewController.h"
|
|
|
+#import "uploadFileManager.h"
|
|
|
+#import "downloadManager.h"
|
|
|
+#import "backupsFileManager.h"
|
|
|
|
|
|
@interface SceneDelegate ()<SetUsePWDViewControllerDelegate,GuideViewControllerDelegate>
|
|
|
@property(nonatomic, strong) CalculatorViewController *calculatorVC;
|
|
@@ -614,6 +617,10 @@
|
|
|
}
|
|
|
|
|
|
[self enterMainVCFromScene];
|
|
|
+
|
|
|
+ //clear下载和上传的已经获取的数据
|
|
|
+ [uploadFileManager shareInstance].databaseArr = [NSMutableArray new];
|
|
|
+ [downloadManager shareInstance].databaseArr = [NSMutableArray new];
|
|
|
}
|
|
|
|
|
|
#pragma mark 调起系统网络允许
|