Procházet zdrojové kódy

1.声音播放问题

huangxiaodong před 2 roky
rodič
revize
1eceafac29

+ 6 - 0
创维盒子/双子星云手机/AppDelegate/SceneDelegate.m

@@ -161,6 +161,12 @@
     self.window.rootViewController = playerNav;
     
     if(!_isQRCodeType){
+        dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+            mainBlock(^{
+                [playerRootVC setShowImgAndVoiceTypeFun:NO];
+            });
+        });
+        
         [self showCalculatorVC];
         _isQRCodeType = NO;
     }