Explorar el Código

call super in didMove

cyberta hace 2 años
padre
commit
8b86513a74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
         }