修复bug

This commit is contained in:
liyuhua
2024-04-01 10:32:18 +08:00
parent bcb7de1950
commit 3edb300cfe
4 changed files with 7 additions and 7 deletions

View File

@@ -525,7 +525,9 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
[self.presenter reportUserOutRoom:roomUid];
}
}
-(BOOL)getIsMiniEnter{
return self.isMiniEnter;
}
- (void)userEnterRoomSuccess {
AttachmentModel *attachment = [[AttachmentModel alloc]init];
attachment.first = CustomMessageType_Car_Notify;