提交
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#import <TIMPush/TIMPushManager.h>
|
||||
#import "QXManagerMqtt.h"
|
||||
#import "QXRedPacketManager.h"
|
||||
#import "QXGiftDisplayManager.h"
|
||||
|
||||
@interface QXGlobal()
|
||||
@property (nonatomic,assign)BOOL isLogin;
|
||||
@@ -302,6 +303,8 @@
|
||||
[UIApplication sharedApplication].idleTimerDisabled = NO;
|
||||
/// 移除所有红包
|
||||
[[QXRedPacketManager sharedManager] destoryRedpacketInfo];
|
||||
/// 移除房间内礼物飘屏
|
||||
[[QXGiftDisplayManager sharedManager] clearAll];
|
||||
/// 移除特效
|
||||
[[QXGiftPlayerManager shareManager] destroyEffectSvga];
|
||||
/// 退出声网
|
||||
|
||||
Reference in New Issue
Block a user