marinofaggiana 4 жил өмнө
parent
commit
1aa3a56333

+ 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)->()) {