Просмотр исходного кода

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

huangxiaodong 1 год назад
Родитель
Сommit
98b78392f1

+ 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