@@ -89,11 +89,11 @@ open class MessageViewController: UIViewController, MessageAutocompleteControlle
89
89
messageAutocompleteController. layoutDelegate = self
90
90
91
91
let notificationCenter = NotificationCenter . default
92
- notificationCenter. addObserver ( self , selector: #selector( keyboardWillShow ( notification: ) ) , name: NSNotification . Name . UIKeyboardWillShow, object: nil )
93
- notificationCenter. addObserver ( self , selector: #selector( keyboardDidShow ( notification: ) ) , name: NSNotification . Name . UIKeyboardDidShow, object: nil )
94
- notificationCenter. addObserver ( self , selector: #selector( keyboardWillHide ( notification: ) ) , name: NSNotification . Name . UIKeyboardWillHide, object: nil )
95
- notificationCenter. addObserver ( self , selector: #selector( keyboardDidHide ( notification: ) ) , name: NSNotification . Name . UIKeyboardDidHide, object: nil )
96
- notificationCenter. addObserver ( self , selector: #selector( appWillResignActive ( notification: ) ) , name: NSNotification . Name . UIApplicationWillResignActive, object: nil )
92
+ notificationCenter. addObserver ( self , selector: #selector( keyboardWillShow ( notification: ) ) , name: . UIKeyboardWillShow, object: nil )
93
+ notificationCenter. addObserver ( self , selector: #selector( keyboardDidShow ( notification: ) ) , name: . UIKeyboardDidShow, object: nil )
94
+ notificationCenter. addObserver ( self , selector: #selector( keyboardWillHide ( notification: ) ) , name: . UIKeyboardWillHide, object: nil )
95
+ notificationCenter. addObserver ( self , selector: #selector( keyboardDidHide ( notification: ) ) , name: . UIKeyboardDidHide, object: nil )
96
+ notificationCenter. addObserver ( self , selector: #selector( appWillResignActive ( notification: ) ) , name: . UIApplicationWillResignActive, object: nil )
97
97
}
98
98
99
99
internal var safeAreaAdditionalHeight : CGFloat {
0 commit comments