|
|
@@ -76,12 +76,13 @@ class LNRoomProfileBottomMenu: UIView {
|
|
|
pushToChat(uid: curUid)
|
|
|
}), for: .touchUpInside)
|
|
|
stackView.addArrangedSubview(chat)
|
|
|
- addSeperator(chat)
|
|
|
|
|
|
- gift.setTitle(.init(key: "A00336"), for: .normal)
|
|
|
- gift.setTitleColor(.text_6, for: .normal)
|
|
|
- gift.titleLabel?.font = .body_l
|
|
|
- stackView.addArrangedSubview(gift)
|
|
|
+// addSeperator(chat)
|
|
|
+//
|
|
|
+// gift.setTitle(.init(key: "A00336"), for: .normal)
|
|
|
+// gift.setTitleColor(.text_6, for: .normal)
|
|
|
+// gift.titleLabel?.font = .body_l
|
|
|
+// stackView.addArrangedSubview(gift)
|
|
|
|
|
|
LNEventDeliver.addObserver(self)
|
|
|
}
|