被踢重进个播房bug修复

This commit is contained in:
chenguilong
2022-10-13 17:35:08 +08:00
parent fb589ff531
commit 8c472a33fc

View File

@@ -740,15 +740,15 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
self.hasAnimationEffect = roomInfo.hasAnimationEffect;
self.roomInfo = roomInfo;
self.userInfo = userInfo;
//5
if ([self isKictOutLatest:roomInfo]) {
return;
}
if (roomInfo.type == RoomType_Anchor) {//
[self handleInitAnchorRoom];
[self showAnchorScrollTipView];
return;
}
//5
if ([self isKictOutLatest:roomInfo]) {
return;
}
if (roomInfo.valid) { //
if (roomInfo.roomPwd.length > 0 && roomInfo.uid != [AccountInfoStorage instance].getUid.integerValue && [XPRoomMiniManager shareManager].getRoomInfo.uid != self.roomUid.integerValue) {//
if (!self.isRequestSuperAdmin) {