|
@@ -40,6 +40,7 @@
|
|
|
#import "lastFileManager.h"
|
|
|
#import "customDownloadManager.h"
|
|
|
#import "audioPlayListManager.h"
|
|
|
+#import "QRCodeScanForChangeDeviceViewController.h"
|
|
|
|
|
|
@interface SceneDelegate ()<SetUsePWDViewControllerDelegate,GuideViewControllerDelegate,UITabBarControllerDelegate>
|
|
|
@property(nonatomic, strong) CalculatorViewController *calculatorVC;
|
|
@@ -1044,7 +1045,8 @@
|
|
|
- (void)scanChangeDeviceFun:(NSNotification*)not
|
|
|
{
|
|
|
|
|
|
- TipsQRCodeForChangeDeviceViewController *nextVC = [[TipsQRCodeForChangeDeviceViewController alloc] init];
|
|
|
+ //TipsQRCodeForChangeDeviceViewController *nextVC = [[TipsQRCodeForChangeDeviceViewController alloc] init];
|
|
|
+ QRCodeScanForChangeDeviceViewController *nextVC = [[QRCodeScanForChangeDeviceViewController alloc] init];
|
|
|
nextVC.isRootVCType = YES;
|
|
|
BaseNavigationController *nextNav = [[BaseNavigationController alloc] initWithRootViewController:nextVC];
|
|
|
self.window.rootViewController = nextNav;
|