fix: set reveal button hidden in the compose scene
This commit is contained in:
parent
4041929b3e
commit
b7258dc7f2
|
@ -46,6 +46,7 @@ extension ComposeRepliedToStatusContentCollectionViewCell {
|
||||||
backgroundColor = .clear
|
backgroundColor = .clear
|
||||||
|
|
||||||
statusView.actionToolbarContainer.isHidden = true
|
statusView.actionToolbarContainer.isHidden = true
|
||||||
|
statusView.revealContentWarningButton.isHidden = true
|
||||||
|
|
||||||
statusView.translatesAutoresizingMaskIntoConstraints = false
|
statusView.translatesAutoresizingMaskIntoConstraints = false
|
||||||
contentView.addSubview(statusView)
|
contentView.addSubview(statusView)
|
||||||
|
|
|
@ -90,6 +90,7 @@ extension ComposeStatusContentCollectionViewCell {
|
||||||
textEditorView.changeObserver = self
|
textEditorView.changeObserver = self
|
||||||
|
|
||||||
statusContentWarningEditorView.containerView.isHidden = true
|
statusContentWarningEditorView.containerView.isHidden = true
|
||||||
|
statusView.revealContentWarningButton.isHidden = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue