mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-12 17:14:47 +01:00
fix: set dismiss key board on drag for compose scene
This commit is contained in:
parent
e753da5ca4
commit
9fca59d40d
@ -55,6 +55,7 @@ final class ComposeViewController: UIViewController, NeedsDependency {
|
||||
collectionView.register(ComposeStatusPollExpiresOptionCollectionViewCell.self, forCellWithReuseIdentifier: String(describing: ComposeStatusPollExpiresOptionCollectionViewCell.self))
|
||||
collectionView.backgroundColor = Asset.Scene.Compose.background.color
|
||||
collectionView.alwaysBounceVertical = true
|
||||
collectionView.keyboardDismissMode = .onDrag
|
||||
return collectionView
|
||||
}()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user