瀏覽代碼

Improved reactivity

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>
marinofaggiana 3 年之前
父節點
當前提交
648768b371
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      iOSClient/Activity/NCActivity.swift

+ 0 - 4
iOSClient/Activity/NCActivity.swift

@@ -114,10 +114,6 @@ class NCActivity: UIViewController {
         appDelegate.activeViewController = self
 
         NotificationCenter.default.addObserver(self, selector: #selector(initialize), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterInitialize), object: nil)
-    }
-    
-    override func viewDidAppear(_ animated: Bool) {
-        super.viewDidAppear(animated)
         
         initialize()
     }