This commit is contained in:
Justin Mazzocchi 2021-01-31 08:41:06 -08:00
parent 056635e50e
commit 501b83de80
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C
2 changed files with 2 additions and 2 deletions

View file

@ -254,8 +254,7 @@ private extension AccountHeaderView {
}
completion([unfollowAction])
},
UIAction(title: NSLocalizedString("cancel", comment: "")) { _ in }])
}])
addSubview(baseStackView)
baseStackView.translatesAutoresizingMaskIntoConstraints = false

View file

@ -104,6 +104,7 @@ private extension CompositionView {
parentViewModel: parentViewModel)
stackView.addArrangedSubview(textView)
textView.keyboardType = .twitter
textView.isScrollEnabled = false
textView.adjustsFontForContentSizeCategory = true
textView.font = textViewFont