소스 검색

1.声音播放问题

huangxiaodong 2 년 전
부모
커밋
1eceafac29
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      创维盒子/双子星云手机/AppDelegate/SceneDelegate.m

+ 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;
     }