修复bug

This commit is contained in:
liyuhua
2023-09-27 21:41:03 +08:00
parent f33e8b0ac5
commit b835a2f375
3 changed files with 4 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ UIKIT_EXTERN NSString * const kShieldingNotification;
///
-(void)xPNewHomePartyTableViewCell:(XPNewHomePartyTableViewCell *_Nullable)cell didSelectChat:(HomePlayRoomModel *_Nonnull)roomModel{
if(roomModel.inMic == YES){
[XPRoomViewController openRoom:roomModel.uid fromNick:nil fromType:UserEnterRoomFromType_Home_Recommend fromUid:nil viewController:self];
[XPRoomViewController openRoom:roomModel.inRoomUid fromNick:roomModel.nick fromType:UserEnterRoomFromType_Home_Recommend fromUid:roomModel.uid viewController:self];
return;
}