mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-03 10:47:35 +01:00
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
|
||||
|
||||
statusView.actionToolbarContainer.isHidden = true
|
||||
statusView.revealContentWarningButton.isHidden = true
|
||||
|
||||
statusView.translatesAutoresizingMaskIntoConstraints = false
|
||||
contentView.addSubview(statusView)
|
||||
|
@ -90,6 +90,7 @@ extension ComposeStatusContentCollectionViewCell {
|
||||
textEditorView.changeObserver = self
|
||||
|
||||
statusContentWarningEditorView.containerView.isHidden = true
|
||||
statusView.revealContentWarningButton.isHidden = true
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user