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

+ 1 - 3
iOSClient/Main/Collection/NCCollectionViewCommon.swift

@@ -931,9 +931,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
                 self.isReloadDataSourceNetworkInProgress = false
                 self.reloadDataSource()
             }
-        } else {
-            self.searchController?.isActive = false
-        }
+        } 
     }
     
     @objc func networkReadFolder(forced: Bool, completion: @escaping(_ metadatas: [tableMetadata]?, _ metadatasUpdate: [tableMetadata]?, _ errorCode: Int, _ errorDescription: String)->()) {