修改了房间话题在个播房的时候显示异常的问题
This commit is contained in:
@@ -245,11 +245,9 @@
|
||||
if (roomInfo.datingState == RoomDatingStateChangeType_Open) {
|
||||
offsetY += ((58 + 5) * kScreenScale + 6 + 12 + 3);
|
||||
} else if (roomInfo.type == RoomType_Anchor) {
|
||||
offsetY += (120 + 5 + 6 + 20 + 3);
|
||||
} else if(roomInfo.hadChangeRoomType) {
|
||||
offsetY += (120 + 5 + 6 + 20 +60 + 3);
|
||||
} else {
|
||||
offsetY += (58 + 5 + 6 + 12 + 3 );
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
[self.topicStackView mas_updateConstraints:^(MASConstraintMaker *make) {
|
||||
|
Reference in New Issue
Block a user