Explorar o código

call super in didMove

cyberta %!s(int64=2) %!d(string=hai) anos
pai
achega
8b86513a74
Modificáronse 1 ficheiros con 1 adicións e 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
         }