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]) completion([unfollowAction])
}, }])
UIAction(title: NSLocalizedString("cancel", comment: "")) { _ in }])
addSubview(baseStackView) addSubview(baseStackView)
baseStackView.translatesAutoresizingMaskIntoConstraints = false baseStackView.translatesAutoresizingMaskIntoConstraints = false

View file

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