瀏覽代碼

1.扫码云机偶现UI异常带没有还原

huangxiaodong 1 年之前
父節點
當前提交
64a7ee5b91

+ 1 - 1
创维盒子/双子星云手机/Class/Set/ChangeDevice/QRCodeScanForChangeDeviceViewController.m

@@ -344,7 +344,7 @@ bool isDownType22 = YES;
                 }
                 
                 //尝试修复偶现扫码切换云机 已经扫码到 要输新SN密码 但是云机显示是旧SN的 延时一秒跳转
-                dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+                dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
                     [self.navigationController popToRootViewControllerAnimated:NO];
                     [[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
                 });