Pārlūkot izejas kodu

手机1进行播放音频,退出后台,手机2进行挤掉登录,手机1音频仍播放中,进入后弹被挤弹窗仍播放中

huangxiaodong 1 gadu atpakaļ
vecāks
revīzija
427249b7d1

+ 1 - 0
创维盒子/双子星云手机/cloudPhone/websocket/webSocketManager.h

@@ -23,6 +23,7 @@
 #import "extraMediaEventModel.h"
 #import "customDownloadManager.h"
 #import "boxDownloadFileManager.h"
+#import "DFPlayer.h"
 
 NS_ASSUME_NONNULL_BEGIN
 

+ 2 - 0
创维盒子/双子星云手机/cloudPhone/websocket/webSocketManager.m

@@ -998,6 +998,8 @@ static webSocketManager *webSocketManagerInstance = nil;
     [self.commandChannelManager rc_close];
     self.commandChannelManager = nil;
     
+    [[DFPlayer sharedPlayer] df_pause];
+    
     if(ksharedAppDelegate.isDidShowPwdType){
         
         KWeakSelf