Browse Source

call super in didMove

cyberta 2 years ago
parent
commit
8b86513a74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 0
deltachat-ios/Chat/ChatViewController.swift

@@ -544,6 +544,7 @@ class ChatViewController: UITableViewController, UITableViewDropDelegate {
      }
 
     override func didMove(toParent parent: UIViewController?) {
+        super.didMove(toParent: parent)
         if parent == nil {
             keyboardManager = nil
         }