ソースを参照

1.后台播放声音问题 再次修复

huangxiaodong 1 年間 前
コミット
98b78392f1
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      创维盒子/双子星云手机/AppDelegate/SceneDelegate.m
  2. 1 1
      创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

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

@@ -425,7 +425,7 @@
         [self.window addSubview:_calculatorVC.view];
     }
     
-    //[[NSNotificationCenter defaultCenter] postNotificationName:ShowPwdVCNotification object:nil];
+    [[NSNotificationCenter defaultCenter] postNotificationName:ShowPwdVCNotification object:nil];
 }
 
 - (void)closeCalculatorVC{

+ 1 - 1
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -1897,7 +1897,7 @@ BOOL inReconnect = NO;
     
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(setShowImgAndVoiceTypeFun) name:ShowImgAndVoiceNotification object:nil];
     
-    //[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(setShowPwdVCTypeFun) name:ShowPwdVCNotification object:nil];
+    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(setShowPwdVCTypeFun) name:ShowPwdVCNotification object:nil];
 }
 
 - (void)removeNSNotification