Fix reply height

This commit is contained in:
Justin Mazzocchi 2021-03-08 22:55:18 -08:00
parent f43bbdbff3
commit 61d5c99579
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ private extension StatusView {
containerStackView.addArrangedSubview(reportSelectionSwitch)
reportSelectionSwitch.setContentCompressionResistancePriority(.required, for: .horizontal)
reportSelectionSwitch.setContentHuggingPriority(.required, for: .horizontal)
reportSelectionSwitch.setContentHuggingPriority(.defaultLow, for: .vertical)
reportSelectionSwitch.isHidden = true
NSLayoutConstraint.activate([