marinofaggiana 4 years ago
parent
commit
1aa3a56333
1 changed files with 1 additions and 3 deletions
  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)->()) {