浏览代码

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 年之前
父节点
当前提交
bd39890865
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      iOSClient/Files/NCFiles.swift

+ 4 - 2
iOSClient/Files/NCFiles.swift

@@ -62,14 +62,16 @@ class NCFiles: NCCollectionViewCommon {
             titleCurrentFolder = getNavigationTitle()
         }
 
+        // ----
+        super.initialize(notification)
+        // ----
+
         if let userInfo = notification.userInfo as NSDictionary?, userInfo["atStart"] as? Int != nil {
             print("Initialize at Start")
         } else {
             reloadDataSource(forced: false)
             reloadDataSourceNetwork()
         }
-
-        super.initialize(notification)
     }
 
     // MARK: - DataSource + NC Endpoint