Ver Fonte

always call super.viewDidAppear

cyberta há 4 anos atrás
pai
commit
b1b5363cd6
1 ficheiros alterados com 1 adições e 0 exclusões
  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) {
     override func viewDidAppear(_ animated: Bool) {
+        super.viewDidAppear(animated)
         let nc = NotificationCenter.default
         let nc = NotificationCenter.default
         msgChangedObserver = nc.addObserver(
         msgChangedObserver = nc.addObserver(
             forName: dcNotificationChanged,
             forName: dcNotificationChanged,