This commit is contained in:
启星
2025-10-15 17:21:09 +08:00
parent 3ba569dfa3
commit 2b477e8912
51 changed files with 1306 additions and 249 deletions

View File

@@ -20,6 +20,7 @@
#import "QXTimer.h"
#import <TIMPush/TIMPushManager.h>
#import "QXManagerMqtt.h"
#import "QXRedPacketManager.h"
@interface QXGlobal()
@property (nonatomic,assign)BOOL isLogin;
@@ -299,6 +300,8 @@
-(void)quitRoomWithRoomId:(NSString *)roomId{
[UIApplication sharedApplication].idleTimerDisabled = NO;
///
[[QXRedPacketManager sharedManager] destoryRedpacketInfo];
///
[[QXGiftPlayerManager shareManager] destroyEffectSvga];
/// 退
@@ -310,6 +313,7 @@
/// 退
[[QXRoomMessageManager shared] quitGroupWithRoomId:roomId];
[[QXGlobal shareGlobal].offLineDict removeAllObjects];
[[NSNotificationCenter defaultCenter] removeObserver:self];
if (_roomVC) {
///
[_roomVC.seatContentView destroyViews];