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 }