Browse Source

always call super.viewDidAppear

cyberta 4 years ago
parent
commit
b1b5363cd6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 0
deltachat-ios/Controller/ChatListController.swift

@@ -101,6 +101,7 @@ class ChatListController: UITableViewController {
     }
     
     override func viewDidAppear(_ animated: Bool) {
+        super.viewDidAppear(animated)
         let nc = NotificationCenter.default
         msgChangedObserver = nc.addObserver(
             forName: dcNotificationChanged,