marinofaggiana 3 年之前
父节点
当前提交
1a9f4f4ae9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

+ 3 - 0
iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

@@ -958,10 +958,13 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
         // get layout for view
         layoutForView = NCUtility.shared.getLayoutForView(key: layoutKey, serverUrl: serverUrl)
     }
+    
     @objc func reloadDataSourceNetwork(forced: Bool = false) { }
+    
     @objc func reloadDataSourceNetworkRefreshControl() {
         reloadDataSourceNetwork(forced: true)
     }
+    
     @objc func networkSearch() {
         
         if appDelegate.account == "" { return }