修正反馈页内容

修正个播房公告
This commit is contained in:
eggmanQQQ
2024-07-04 15:46:46 +08:00
parent 5026542a09
commit 479638f16e
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<connections>
<action selector="contactDidChange:" destination="-1" eventType="editingChanged" id="6XT-6l-wBY"/>
<action selector="contactDidChange:" destination="-1" eventType="valueChanged" id="xLq-5F-K3Y"/>
</connections>
</textField>

View File

@@ -252,7 +252,7 @@
}
self.lockRoomImageView.hidden = roomInfo.roomPwd.length <= 0;
}
self.topicButton.hidden = roomInfo.type == RoomType_Anchor;
// self.topicButton.hidden = roomInfo.type == RoomType_Anchor;
}
- (void)onRoomUpdate {