fix: set reveal button hidden in the compose scene

This commit is contained in:
CMK 2021-04-19 19:15:49 +08:00
parent 4041929b3e
commit b7258dc7f2
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ extension ComposeRepliedToStatusContentCollectionViewCell {
backgroundColor = .clear
statusView.actionToolbarContainer.isHidden = true
statusView.revealContentWarningButton.isHidden = true
statusView.translatesAutoresizingMaskIntoConstraints = false
contentView.addSubview(statusView)

View File

@ -90,6 +90,7 @@ extension ComposeStatusContentCollectionViewCell {
textEditorView.changeObserver = self
statusContentWarningEditorView.containerView.isHidden = true
statusView.revealContentWarningButton.isHidden = true
}
}